PR Sourcing Tool

Save time when sourcing candidates.

什麼是PR Sourcing Tool?

PR Sourcing Tool是由https://passivereferral.com開發的Chrome擴展程式,該擴展的主要功能是“Save time when sourcing candidates.”。

擴展截圖

screenshot

下載PR Sourcing Tool擴展crx文件

下載PR Sourcing Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        BOT Shreyasi by Passivereferral is AI Telephonic Conversational HR, which speaks to candidate over the phone and tale care of end to end talent acquisition Process for employer
PR sourcing tool help companies to automate candidate search and connect to large number of candidates in a go

Passivereferral is a leading HR technology company, with product like applicant tracking system, Talent Crowdsourcing tool, Employee referral tool and many more                    

擴展基本資訊

名稱 PR Sourcing Tool PR Sourcing Tool
ID eejiciddgbndipimcblbaefniedednnl
官方網址 https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl
簡介 Save time when sourcing candidates.
檔案大小 232 KB
安裝次數 33
目前版本 2.8.8
更新時間 2022-10-25
上架時間 2020-06-13
評分 5.00/5 共 3 次評分
開發者 https://passivereferral.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://passivereferral.com
說明頁面URL https://support.passivereferral.com
隱私政策頁面URL https://passivereferral.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PR Sourcing Tool",
    "description": "Save time when sourcing candidates.",
    "version": "2.8.8",
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        "\/js\/scripts.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "tabs",
        "*:\/\/*.naukri.com\/",
        "*:\/\/*.shine.com\/",
        "*:\/\/*.passivereferral.com\/",
        "https:\/\/api.passivereferral.com\/",
        "https:\/\/www.passivereferral.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/*.passivereferral.com\/"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/style.css"
            ]
        }
    ]
}