Recruit Wizard

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

Was ist Recruit Wizard?

Recruit Wizard ist eine Chrome-Erweiterung, die von https://recruitwizard.com entwickelt wurde, und ihr Hauptmerkmal ist "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Recruit Wizard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Recruit Wizard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Recruit Wizard Recruit Wizard
ID lmfchgkcgflmhcjgnoldbabhlfahfagi
Offizielle URL https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi
Beschreibung Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
Dateigröße 313 KB
Installationsanzahl 146
Aktuelle Version 3.3.0
Letztes Update 2024-02-21
Veröffentlichungsdatum 2020-06-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://recruitwizard.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://recruitwizard.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}