Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Co to jest Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats to rozszerzenie Chrome opracowane przez Inasoft, a jego główną funkcją jest „Intégration de profils candidats à Gestmax”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gestmax : Sourcing candidats

Pobierz pliki rozszerzeń Gestmax : Sourcing candidats 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
Oficjalny URL https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Opis Intégration de profils candidats à Gestmax
Rozmiar pliku 63.13 KB
Liczba instalacji 88
Aktualna Wersja 0.33
Ostatnia Aktualizacja 2023-05-31
Data Publikacji 2019-09-25
Deweloper Inasoft
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.inasoft.fr/
Adres URL Strony Polityki Prywatności https://www.inasoft.fr/mentions-legales
Obsługiwane Języki 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"
    }
}