Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Co je Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats je rozšíření Chrome vyvinuté Inasoft, a jeho hlavní funkcí je „Intégration de profils candidats à Gestmax“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gestmax : Sourcing candidats

Stáhněte si soubory rozšíření Gestmax : Sourcing candidats ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
Oficiální URL https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Popis Intégration de profils candidats à Gestmax
Velikost souboru 63.13 KB
Počet instalací 88
Aktuální Verze 0.33
Poslední Aktualizace 2023-05-31
Datum Vydání 2019-09-25
Vývojář Inasoft
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.inasoft.fr/
URL Stránky Zásad Ochrany Soukromí https://www.inasoft.fr/mentions-legales
Podporované Jazyky 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"
    }
}