Reczee Wand

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

什么是Reczee Wand?

Reczee Wand是由https://reczee.com开发的Chrome扩展程序,该扩展的主要功能是“Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Reczee Wand扩展crx文件

下载Reczee Wand扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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