Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Vad är Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats är en Chrome-tillägg utvecklad av Inasoft, och dess huvudfunktion är "Intégration de profils candidats à Gestmax".

Tilläggsskärmbilder

screenshot

Ladda ner Gestmax : Sourcing candidats-förlängningens CRX-fil

Ladda ner Gestmax : Sourcing candidats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
Officiell webbadress https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Beskrivning Intégration de profils candidats à Gestmax
Filstorlek 63.13 KB
Antal Installationer 88
Aktuell Version 0.33
Senast Uppdaterad 2023-05-31
Publiceringsdatum 2019-09-25
Utvecklare Inasoft
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.inasoft.fr/
URL till Sekretesspolicy Sidan https://www.inasoft.fr/mentions-legales
Stödda Språk 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"
    }
}