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
官方網址 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\/*"
    ]
}