PR Sourcing Tool

Save time when sourcing candidates.

Was ist PR Sourcing Tool?

PR Sourcing Tool ist eine Chrome-Erweiterung, die von https://passivereferral.com entwickelt wurde, und ihr Hauptmerkmal ist "Save time when sourcing candidates.".

Erweiterungsscreenshots

screenshot

PR Sourcing Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie PR Sourcing Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PR Sourcing Tool PR Sourcing Tool
ID eejiciddgbndipimcblbaefniedednnl
Offizielle URL https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl
Beschreibung Save time when sourcing candidates.
Dateigröße 232 KB
Installationsanzahl 33
Aktuelle Version 2.8.8
Letztes Update 2022-10-25
Veröffentlichungsdatum 2020-06-13
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://passivereferral.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://passivereferral.com
Hilfeseite URL https://support.passivereferral.com
URL der Datenschutzrichtlinien-Seite https://passivereferral.com/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}