Reczee Wand

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

Qu'est-ce que Reczee Wand ?

Reczee Wand est une extension Chrome développée par https://reczee.com, et sa fonction principale est "Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reczee Wand

Téléchargez les fichiers d'extension Reczee Wand au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reczee Wand Reczee Wand
ID beepmphpahmddbgagholgnccfaamaidp
URL Officiel https://chromewebstore.google.com/detail/reczee-wand/beepmphpahmddbgagholgnccfaamaidp
Description Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.
Taille du Fichier 150 KB
Nombre d'Installations 301
Version Actuelle 2.1.2
Dernière Mise à Jour 2023-03-28
Date de Publication 2022-06-24
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://reczee.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.reczee.com
URL de la Page de Politique de Confidentialité https://www.reczee.com/privacy-policy
Langues Prises en Charge 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"
    }
}