PR Sourcing Tool

Save time when sourcing candidates.

Cos'è PR Sourcing Tool?

PR Sourcing Tool è un'estensione di Chrome sviluppata da https://passivereferral.com, e la sua funzione principale è "Save time when sourcing candidates.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PR Sourcing Tool

Scarica i file di estensione PR Sourcing Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PR Sourcing Tool PR Sourcing Tool
ID eejiciddgbndipimcblbaefniedednnl
URL Ufficiale https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl
Descrizione Save time when sourcing candidates.
Dimensione del File 232 KB
Conteggio Installazioni 33
Versione Corrente 2.8.8
Ultimo Aggiornamento 2022-10-25
Data di Pubblicazione 2020-06-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://passivereferral.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://passivereferral.com
URL della Pagina di Aiuto https://support.passivereferral.com
URL della Pagina della Politica sulla Privacy https://passivereferral.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}