One Source for Zoho Recruit

One Source for Zoho Recruit

One Source for Zoho Recruit क्या है?

One Source for Zoho Recruit zfrdirect.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One Source for Zoho Recruit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One Source for Zoho Recruit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}