Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Что такое Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats - это расширение Chrome, разработанное Inasoft, и его основная функция - "Intégration de profils candidats à Gestmax".

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

screenshot

Скачать файл CRX расширения Gestmax : Sourcing candidats

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

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

                        Gestmax : Sourcing candidats permet l'intégration de profils candidats directement dans Gestmax.                    

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

Название Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
Официальный URL https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Описание Intégration de profils candidats à Gestmax
Размер файла 63.13 KB
Количество установок 88
Текущая Версия 0.33
Последнее Обновление 2023-05-31
Дата публикации 2019-09-25
Разработчик Inasoft
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.inasoft.fr/
URL страницы политики конфиденциальности https://www.inasoft.fr/mentions-legales
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gestmax : Sourcing candidats",
    "description": "Int\u00e9gration de profils candidats \u00e0 Gestmax",
    "version": "0.33",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "browsingData"
    ],
    "author": "Inasoft",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "gestmax.png",
        "default_title": "Cliquez pour int\u00e9grer la page actuelle \u00e0 Gestmax"
    }
}