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
官方網址 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"
    }
}