Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Cos'è Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats è un'estensione di Chrome sviluppata da Inasoft, e la sua funzione principale è "Intégration de profils candidats à Gestmax".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gestmax : Sourcing candidats

Scarica i file di estensione Gestmax : Sourcing candidats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
URL Ufficiale https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Descrizione Intégration de profils candidats à Gestmax
Dimensione del File 63.13 KB
Conteggio Installazioni 88
Versione Corrente 0.33
Ultimo Aggiornamento 2023-05-31
Data di Pubblicazione 2019-09-25
Sviluppatore Inasoft
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.inasoft.fr/
URL della Pagina della Politica sulla Privacy https://www.inasoft.fr/mentions-legales
Lingue Supportate 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"
    }
}