Recruit Wizard

Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.

什么是Recruit Wizard?

Recruit Wizard是由https://recruitwizard.com开发的Chrome扩展程序,该扩展的主要功能是“Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.”。

扩展截图

screenshot
screenshot
screenshot

下载Recruit Wizard扩展crx文件

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

扩展使用说明

                        Recruit Wizard's Chrome Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.                    

扩展基本信息

名称 Recruit Wizard Recruit Wizard
ID lmfchgkcgflmhcjgnoldbabhlfahfagi
官方URL https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi
简介 Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
文件大小 313 KB
安装次数 146
当前版本 3.3.0
更新时间 2024-02-21
上架时间 2020-06-02
评分 5.00/5 共1次评分
开发者 https://recruitwizard.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://recruitwizard.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recruit Wizard",
    "version": "3.3.0",
    "manifest_version": 2,
    "description": "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.",
    "icons": {
        "128": "RecruitWizardIcon.png"
    },
    "page_action": {
        "default_icon": "RecruitWizardIcon.png",
        "default_popup": "index.html",
        "default_title": "Recruit Wizard"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "contextMenus",
        "https:\/\/*.recruitwizard.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "http:\/\/*.linkedin.com\/*",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}