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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    }
}