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 - это расширение Chrome, разработанное 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 расширения Recruit Wizard

Скачайте файлы расширений 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
Официальный 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\/*"
    ]
}