One Source for Zoho Recruit

One Source for Zoho Recruit

One Source for Zoho Recruitとは何ですか?

One Source for Zoho Recruitはzfrdirect.developerによって開発されたChromeの拡張機能で、その主な機能は「One Source for Zoho Recruit」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

One Source for Zoho Recruit拡張機能のCRXファイルをダウンロード

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
Eメール [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
        }
    ]
}