Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

O que é Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats é uma extensão do Chrome desenvolvida por Inasoft, e sua principal característica é "Intégration de profils candidats à Gestmax".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gestmax : Sourcing candidats

Baixe arquivos de extensão Gestmax : Sourcing candidats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
URL Oficial https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Descrição Intégration de profils candidats à Gestmax
Tamanho do Arquivo 63.13 KB
Contagem de Instalações 88
Versão Atual 0.33
Última Atualização 2023-05-31
Data de Publicação 2019-09-25
Desenvolvedor Inasoft
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.inasoft.fr/
URL da Página de Política de Privacidade https://www.inasoft.fr/mentions-legales
Idiomas Suportados 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"
    }
}