Zoho Recruit's Resume Extractor

Source candidates free of hassle

Zoho Recruit's Resume Extractor क्या है?

Zoho Recruit's Resume Extractor https://zoho.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Source candidates free of hassle"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Resume Extractor is an extension for the Chrome browser that allows you to add candidates and contacts instantly by parsing the content from any sourcing website or online profiles. 

Just drag-select the content you wish to parse and click on the Resume Extractor extension icon. The highlighted content will be parsed and sorted into your record fields, which you can review and add to your Zoho Recruit account. It's that simple!

In addition to adding candidates and contacts, you can associate them with job openings and assign a status for the record and even add tags without switching tabs in your browser window.

Install now and get a 15-day free trial of Zoho Recruit’s Enterprise Edition.

What’s new in v3.1.2

- Added support for Contact module
- Added workflow capabilities
- Enhanced parsing for better results
- Bug fixes and performance improvements
- Improved security functions
- Enhanced the duplicate check option
- Customize field mapping from the extension                    

एक्सटेंशन की मूल जानकारी

नाम Zoho Recruit's Resume Extractor Zoho Recruit's Resume Extractor
ID peihjafefjfiagbbphhjbepceocnnagh
आधिकारिक URL https://chromewebstore.google.com/detail/zoho-recruits-resume-extr/peihjafefjfiagbbphhjbepceocnnagh
विवरण Source candidates free of hassle
फ़ाइल का आकार 508 KB
स्थापना संख्या 10,046
वर्तमान संस्करण 3.1.3
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2020-04-08
रेटिंग 3.48/5 कुल 31 रेटिंग्स
डेवलपर https://zoho.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zoho.com/recruit
सहायता पृष्ठ URL http://forums.zoho.com/zoho-recruit
गोपनीयता नीति पृष्ठ URL https://www.zoho.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/Recruit-16.png",
            "38": "images\/Recruit-38.png"
        },
        "default_title": "Zoho Recruit's Resume Extractor"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-3.2.1.min.js",
                "jquery-ui.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Source candidates free of hassle",
    "icons": {
        "128": "images\/Recruit-128.png",
        "16": "images\/Recruit-16.png",
        "48": "images\/Recruit-48.png"
    },
    "manifest_version": 3,
    "name": "Zoho Recruit's Resume Extractor",
    "permissions": [
        "cookies",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.zoho.com\/",
        "https:\/\/www.zoho.eu\/",
        "https:\/\/www.zoho.in\/",
        "https:\/\/www.zoho.com.au\/",
        "https:\/\/www.zoho.com.cn\/",
        "https:\/\/www.zoho.jp\/",
        "https:\/\/www.zohocloud.ca\/",
        "https:\/\/www.zoho.sa\/",
        "https:\/\/recruit.zoho.com\/",
        "https:\/\/recruit.zoho.eu\/",
        "https:\/\/recruit.zoho.in\/",
        "https:\/\/recruit.zoho.com.au\/",
        "https:\/\/recruit.zoho.com.cn\/",
        "https:\/\/recruit.zoho.jp\/",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/recruit.zohocloud.ca\/",
        "https:\/\/recruit.zoho.sa\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.3",
    "web_accessible_resources": [
        {
            "resources": [
                "dialoguebox.html",
                "from.html",
                "images\/Spin.svg",
                "welcome.html",
                "extension-click.html",
                "candidate.html",
                "permDenied.html",
                "overWrite.html",
                "customize.html",
                "accountPage.html",
                "feedback.html",
                "confirmAcc.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}