RecruitEx

Chrome extension for recruiters

Что такое RecruitEx?

RecruitEx - это расширение Chrome, разработанное Artem Bosniak, и его основная функция - "Chrome extension for recruiters".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения RecruitEx

Скачайте файлы расширений RecruitEx в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        RecruitEx is a Chrome extension that helps send templated messages over LinkedIn.
You will never type the incorrect name of your possible candidate, as the template would be filled automatically with the name opened in the chat or connects.                    

Основная информация о расширении

Название RecruitEx RecruitEx
ID bpepnldejpbbhooofgclkhghkgkjflpi
Официальный URL https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi
Описание Chrome extension for recruiters
Размер файла 1.8 MB
Количество установок 50
Текущая Версия 0.3.2
Последнее Обновление 2022-07-27
Дата публикации 2022-02-16
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Artem Bosniak
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecruitEx",
    "description": "Chrome extension for recruiters",
    "version": "0.3.2",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css",
                "\/uikit.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/templatesView.html",
                "\/shortcutView.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}