Reczee Wand

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

Was ist Reczee Wand?

Reczee Wand ist eine Chrome-Erweiterung, die von https://reczee.com entwickelt wurde, und ihr Hauptmerkmal ist "Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Reczee Wand-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reczee Wand-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Reczee Wand Reczee Wand
ID beepmphpahmddbgagholgnccfaamaidp
Offizielle URL https://chromewebstore.google.com/detail/reczee-wand/beepmphpahmddbgagholgnccfaamaidp
Beschreibung Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.
Dateigröße 150 KB
Installationsanzahl 301
Aktuelle Version 2.1.2
Letztes Update 2023-03-28
Veröffentlichungsdatum 2022-06-24
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://reczee.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.reczee.com
URL der Datenschutzrichtlinien-Seite https://www.reczee.com/privacy-policy
Unterstützte Sprachen 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"
    }
}