One Source for Zoho Recruit

One Source for Zoho Recruit

Cos'è One Source for Zoho Recruit?

One Source for Zoho Recruit è un'estensione di Chrome sviluppata da zfrdirect.developer, e la sua funzione principale è "One Source for Zoho Recruit".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione One Source for Zoho Recruit

Scarica i file di estensione One Source for Zoho Recruit 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

                        We deliver Passive Candidates from every major professional network and resume database including: LinkedIn, Monster, Dice, CareerBuilder, GitHub, etc., plus over 50 other global resources. We deliver only Qualified and Verified Candidates that match your job requirements.
    Only Qualified and Verified Candidates Delivered.
    
    Average of 75-100 Passive Candidates Sourced Per Job, Per Month.                    

Informazioni di Base sull'Estensione

Nome One Source for Zoho Recruit One Source for Zoho Recruit
ID kmbjnagglmoocklnnbmcbpcgeakjhchf
URL Ufficiale https://chrome.google.com/webstore/detail/one-source-for-zoho-recru/kmbjnagglmoocklnnbmcbpcgeakjhchf
Descrizione One Source for Zoho Recruit
Dimensione del File 701 KB
Conteggio Installazioni 195
Versione Corrente 0.5
Ultimo Aggiornamento 2016-07-20
Data di Pubblicazione 2016-07-20
Sviluppatore zfrdirect.developer
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://zerofeerecruiter.com/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Source for Zoho Recruit",
    "description": "One Source for Zoho Recruit",
    "version": "0.5",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "iconnew128.png",
        "16": "iconnew16.png",
        "48": "iconnew48.png"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "*:\/\/*.clients.zerofeerecruiter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "lightbox.js",
                "js\/jquery.min.js",
                "fancybox\/jquery.fancybox.js"
            ],
            "css": [
                "lightbox.css",
                "fancybox\/jquery.fancybox.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ]
}