Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Gestmax : Sourcing candidatsคืออะไร?

Gestmax : Sourcing candidats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Inasoft และคุณลักษณะหลักของมันคือ "Intégration de profils candidats à Gestmax"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gestmax : Sourcing candidats

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}