One Source for Zoho Recruit

One Source for Zoho Recruit

Co to jest One Source for Zoho Recruit?

One Source for Zoho Recruit to rozszerzenie Chrome opracowane przez zfrdirect.developer, a jego główną funkcją jest „One Source for Zoho Recruit”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia One Source for Zoho Recruit

Pobierz pliki rozszerzeń One Source for Zoho Recruit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa One Source for Zoho Recruit One Source for Zoho Recruit
ID kmbjnagglmoocklnnbmcbpcgeakjhchf
Oficjalny URL https://chrome.google.com/webstore/detail/one-source-for-zoho-recru/kmbjnagglmoocklnnbmcbpcgeakjhchf
Opis One Source for Zoho Recruit
Rozmiar pliku 701 KB
Liczba instalacji 195
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2016-07-20
Data Publikacji 2016-07-20
Deweloper zfrdirect.developer
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://zerofeerecruiter.com/privacy-policy.html
Obsługiwane Języki 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
        }
    ]
}