Reczee Wand

Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.

Reczee Wand क्या है?

Reczee Wand https://reczee.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        For job applicants on LinkedIn, iimjobs.com, hirist.com, updazz.com - it is painful going over 100s of applicants manually and copy-pasting the emails, phone number, resume, name, etc, and putting them to your ATS (Applicant Tracking System) or the spreadsheet you maintain for your recruitment tracking. 

Reczee Wand enables you to just open the Applicants page and with a click of a button, you have all the information you need in a CSV format.                    

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

नाम Reczee Wand Reczee Wand
ID beepmphpahmddbgagholgnccfaamaidp
आधिकारिक URL https://chromewebstore.google.com/detail/reczee-wand/beepmphpahmddbgagholgnccfaamaidp
विवरण Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.
फ़ाइल का आकार 150 KB
स्थापना संख्या 301
वर्तमान संस्करण 2.1.2
अंतिम अपडेट 2023-03-28
प्रकाशन तिथि 2022-06-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://reczee.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.reczee.com
गोपनीयता नीति पृष्ठ URL https://www.reczee.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reczee Wand",
    "description": "Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.",
    "version": "2.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "prod-assets\/background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/hiring\/jobs\/*\/applicants\/*\/detail",
                "https:\/\/recruit.updazz.com\/job\/*\/applications",
                "https:\/\/recruit.iimjobs.com\/job\/*\/applications",
                "https:\/\/recruit.hirist.com\/job\/*\/applications"
            ],
            "js": [
                "prod-assets\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/hiring\/jobs\/*\/applicants\/*\/detail",
        "https:\/\/recruit.updazz.com\/job\/*\/applications",
        "https:\/\/api-rec.updazz.com\/resume\/*",
        "https:\/\/recruit.iimjobs.com\/job\/*\/applications",
        "https:\/\/api-rec.iimjobs.com\/resume\/*",
        "https:\/\/recruit.hirist.com\/job\/*\/applications",
        "https:\/\/api-rec.hirist.com\/resume\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/reczee-16-16.png",
            "32": "\/images\/reczee-32-32.png",
            "48": "\/images\/reczee-48-48.png",
            "128": "\/images\/reczee-128-128.png"
        }
    },
    "icons": {
        "16": "\/images\/reczee-16-16.png",
        "32": "\/images\/reczee-32-32.png",
        "48": "\/images\/reczee-48-48.png",
        "128": "\/images\/reczee-128-128.png"
    }
}