PR Sourcing Tool

Save time when sourcing candidates.

Qu'est-ce que PR Sourcing Tool ?

PR Sourcing Tool est une extension Chrome développée par https://passivereferral.com, et sa fonction principale est "Save time when sourcing candidates.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PR Sourcing Tool

Téléchargez les fichiers d'extension PR Sourcing Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PR Sourcing Tool PR Sourcing Tool
ID eejiciddgbndipimcblbaefniedednnl
URL Officiel https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl
Description Save time when sourcing candidates.
Taille du Fichier 232 KB
Nombre d'Installations 33
Version Actuelle 2.8.8
Dernière Mise à Jour 2022-10-25
Date de Publication 2020-06-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://passivereferral.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://passivereferral.com
URL de la Page d'Aide https://support.passivereferral.com
URL de la Page de Politique de Confidentialité https://passivereferral.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}