Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

什么是Gestmax : Sourcing candidats?

Gestmax : Sourcing candidats是由Inasoft开发的Chrome扩展程序,该扩展的主要功能是“Intégration de profils candidats à Gestmax”。

扩展截图

screenshot

下载Gestmax : Sourcing candidats扩展crx文件

下载Gestmax : Sourcing candidats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
官方URL https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
简介 Intégration de profils candidats à Gestmax
文件大小 63.13 KB
安装次数 88
当前版本 0.33
更新时间 2023-05-31
上架时间 2019-09-25
开发者 Inasoft
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.inasoft.fr/
隐私政策页面URL https://www.inasoft.fr/mentions-legales
支持的语言 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"
    }
}