Recruit Wizard

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

What is Recruit Wizard?

Recruit Wizard is a Chrome extension developed by https://recruitwizard.com, and its main feature is "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Recruit Wizard Extension CRX File

Download Recruit Wizard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Recruit Wizard Recruit Wizard
ID lmfchgkcgflmhcjgnoldbabhlfahfagi
Official URL https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi
Description Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
File Size 313 KB
Installation Count 146
Current Version 3.3.0
Last Updated 2024-02-21
Publish Date 2020-06-02
Rating 5.00/5 Total 1 Ratings
Developer https://recruitwizard.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://recruitwizard.com/privacy-policy
Supported Languages 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\/*"
    ]
}