Recruit Wizard

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

Co to jest Recruit Wizard?

Recruit Wizard to rozszerzenie Chrome opracowane przez https://recruitwizard.com, a jego główną funkcją jest „Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Recruit Wizard

Pobierz pliki rozszerzeń Recruit Wizard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Recruit Wizard Recruit Wizard
ID lmfchgkcgflmhcjgnoldbabhlfahfagi
Oficjalny URL https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi
Opis Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
Rozmiar pliku 313 KB
Liczba instalacji 146
Aktualna Wersja 3.3.0
Ostatnia Aktualizacja 2024-02-21
Data Publikacji 2020-06-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://recruitwizard.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://recruitwizard.com/privacy-policy
Obsługiwane Języki 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\/*"
    ]
}