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
Eメール [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"
    }
}