Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Was ist Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats ist eine Chrome-Erweiterung, die von Inasoft entwickelt wurde, und ihr Hauptmerkmal ist "Intégration de profils candidats à Gestmax".

Erweiterungsscreenshots

screenshot

Gestmax : Sourcing candidats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gestmax : Sourcing candidats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
Offizielle URL https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Beschreibung Intégration de profils candidats à Gestmax
Dateigröße 63.13 KB
Installationsanzahl 88
Aktuelle Version 0.33
Letztes Update 2023-05-31
Veröffentlichungsdatum 2019-09-25
Entwickler Inasoft
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.inasoft.fr/
URL der Datenschutzrichtlinien-Seite https://www.inasoft.fr/mentions-legales
Unterstützte Sprachen 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"
    }
}