One Source for Zoho Recruit

One Source for Zoho Recruit

Что такое One Source for Zoho Recruit?

One Source for Zoho Recruit - это расширение Chrome, разработанное zfrdirect.developer, и его основная функция - "One Source for Zoho Recruit".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения One Source for Zoho Recruit

Скачайте файлы расширений One Source for Zoho Recruit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название One Source for Zoho Recruit One Source for Zoho Recruit
ID kmbjnagglmoocklnnbmcbpcgeakjhchf
Официальный URL https://chrome.google.com/webstore/detail/one-source-for-zoho-recru/kmbjnagglmoocklnnbmcbpcgeakjhchf
Описание One Source for Zoho Recruit
Размер файла 701 KB
Количество установок 195
Текущая Версия 0.5
Последнее Обновление 2016-07-20
Дата публикации 2016-07-20
Разработчик zfrdirect.developer
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://zerofeerecruiter.com/privacy-policy.html
Поддерживаемые языки 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
        }
    ]
}