PR Sourcing Tool

Save time when sourcing candidates.

Hvad er PR Sourcing Tool?

PR Sourcing Tool er en Chrome-udvidelse udviklet af https://passivereferral.com, og dens hovedfunktion er "Save time when sourcing candidates.".

Udvidelsesskærmbilleder

screenshot

Download PR Sourcing Tool-udvidelses-CRX-fil

Download PR Sourcing Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn PR Sourcing Tool PR Sourcing Tool
ID eejiciddgbndipimcblbaefniedednnl
Officiel URL https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl
Beskrivelse Save time when sourcing candidates.
Filstørrelse 232 KB
Antal Installationer 33
Nuværende Version 2.8.8
Senest Opdateret 2022-10-25
Udgivelsesdato 2020-06-13
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://passivereferral.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://passivereferral.com
Hjælpeside-URL https://support.passivereferral.com
URL til Fortrolighedspolitik Side https://passivereferral.com/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}