Employee Referrals Recruiter Tool

Manage referrals alongside your ATS

什么是Employee Referrals Recruiter Tool?

Employee Referrals Recruiter Tool是由https://employeereferrals.com开发的Chrome扩展程序,该扩展的主要功能是“Manage referrals alongside your ATS”。

扩展截图

screenshot

下载Employee Referrals Recruiter Tool扩展crx文件

下载Employee Referrals Recruiter Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Employee Referrals Recruiter Tool Employee Referrals Recruiter Tool
ID npbjkomipfhcgdnhihiggfcgkpohdhke
官方URL https://chromewebstore.google.com/detail/employee-referrals-recrui/npbjkomipfhcgdnhihiggfcgkpohdhke
简介 Manage referrals alongside your ATS
文件大小 10.03 KB
安装次数 60
当前版本 2.1.01
更新时间 2023-01-08
上架时间 2019-10-10
评分 5.00/5 共3次评分
开发者 https://employeereferrals.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.employeereferrals.com
帮助页面URL https://www.employeereferrals.com/contact-us
隐私政策页面URL https://www.employeereferrals.com/privacy
支持的语言 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": []
        }
    ]
}