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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Recruit Wizard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}