Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Wat is Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats is een Chrome-extensie ontwikkeld door Inasoft, en de belangrijkste functie is "Intégration de profils candidats à Gestmax".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gestmax : Sourcing candidats

Download Gestmax : Sourcing candidats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
Officiële URL https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Beschrijving Intégration de profils candidats à Gestmax
Bestandsgrootte 63.13 KB
Aantal Installaties 88
Huidige Versie 0.33
Laatst Bijgewerkt 2023-05-31
Publicatiedatum 2019-09-25
Ontwikkelaar Inasoft
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.inasoft.fr/
URL van de Privacybeleid Pagina https://www.inasoft.fr/mentions-legales
Ondersteunde Talen 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"
    }
}