Skillate Hire

Source candidates directly to Skillate

什么是Skillate Hire?

Skillate Hire是由https://skillate.com开发的Chrome扩展程序,该扩展的主要功能是“Source candidates directly to Skillate”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Skillate Hire扩展crx文件

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

扩展使用说明

                        Skillate Hire Plugin allows you to add candidates to your Skillate ATS directly from Job boards. Spend less time entering data, and free up more time for your hiring needs.

Open the candidate's page on the job board and click on this extension. Extension will directly show you the candidate’s information and give an option to add to a requisition mentioned in Skillate ATS.

Following information will be synced.
Name 
Position
Profile Information
Resume File

*You need a Skillate ATS account to use this extension. Request access here: http://skillate.com/                    

扩展基本信息

名称 Skillate Hire Skillate Hire
ID eeemlplommconacnmcopfaleaejongma
官方URL https://chromewebstore.google.com/detail/skillate-hire/eeemlplommconacnmcopfaleaejongma
简介 Source candidates directly to Skillate
文件大小 341 KB
安装次数 95
当前版本 1.2.9
更新时间 2023-09-21
上架时间 2020-08-19
评分 5.00/5 共6次评分
开发者 https://skillate.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.skillate.com
帮助页面URL https://support.skillate.com
隐私政策页面URL https://skillate.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Source candidates directly to Skillate",
    "version": "1.2.9",
    "manifest_version": 3,
    "name": "Skillate Hire",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "small.png"
        }
    },
    "icons": {
        "128": "small.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rms.naukri.com\/*",
                "https:\/\/linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/resdex.naukri.com\/v2\/*",
                "https:\/\/resdex.naukri.com\/v3\/*",
                "https:\/\/hiring.monster.com\/searchmonster\/*",
                "https:\/\/www.dice.com\/employer\/talent\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "small.png",
                "header_small.png",
                "logo_skillate.svg",
                "circle_check.svg",
                "circle_check_small.svg",
                "naukri.png",
                "linkedin.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/app.skillate.com\/",
        "https:\/\/taleo.skillate.com\/",
        "https:\/\/successfactors.skillate.com\/",
        "https:\/\/upl.skillate.com\/"
    ],
    "host_permissions": [
        "*:\/\/*.skillate.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/app.skillate.com"
    }
}