Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Qu'est-ce que Gestmax : Sourcing candidats ?

Gestmax : Sourcing candidats est une extension Chrome développée par Inasoft, et sa fonction principale est "Intégration de profils candidats à Gestmax".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gestmax : Sourcing candidats

Téléchargez les fichiers d'extension Gestmax : Sourcing candidats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
URL Officiel https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Description Intégration de profils candidats à Gestmax
Taille du Fichier 63.13 KB
Nombre d'Installations 88
Version Actuelle 0.33
Dernière Mise à Jour 2023-05-31
Date de Publication 2019-09-25
Développeur Inasoft
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.inasoft.fr/
URL de la Page de Politique de Confidentialité https://www.inasoft.fr/mentions-legales
Langues Prises en Charge 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"
    }
}