Employee Referrals Recruiter Tool

Manage referrals alongside your ATS

What is Employee Referrals Recruiter Tool?

Employee Referrals Recruiter Tool is a Chrome extension developed by https://employeereferrals.com, and its main feature is "Manage referrals alongside your ATS".

Extension Screenshots

screenshot

Download Employee Referrals Recruiter Tool Extension CRX File

Download Employee Referrals Recruiter Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Our Chrome extension makes managing your new referrals a snap. It’s designed specifically with recruiters in mind and allows you to follow up with new referrals as they arrive without interrupting your workflow.                    

Extension Basic Information

Name Employee Referrals Recruiter Tool Employee Referrals Recruiter Tool
ID npbjkomipfhcgdnhihiggfcgkpohdhke
Official URL https://chromewebstore.google.com/detail/employee-referrals-recrui/npbjkomipfhcgdnhihiggfcgkpohdhke
Description Manage referrals alongside your ATS
File Size 10.03 KB
Installation Count 60
Current Version 2.1.01
Last Updated 2023-01-08
Publish Date 2019-10-10
Rating 5.00/5 Total 3 Ratings
Developer https://employeereferrals.com
Email [email protected]
Payment Type free
Extension Website https://www.employeereferrals.com
Help Page URL https://www.employeereferrals.com/contact-us
Privacy Policy Page URL https://www.employeereferrals.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.01",
    "name": "Employee Referrals Recruiter Tool",
    "description": "Manage referrals alongside your ATS",
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "https:\/\/api.employeereferrals.com\/api\/users\/*\/unviewed_referrals_count?subdomain=*",
        "https:\/\/api-eu.employeereferrals.com\/api\/users\/*\/unviewed_referrals_count?subdomain=*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": "icon-48.png",
        "default_title": "Click to view referrals"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ]
}