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
公式URL 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
Eメール [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"
            ]
        }
    ]
}