Gestmax : Sourcing candidats

Intégration de profils candidats à Gestmax

Gestmax : Sourcing candidats là gì?

Gestmax : Sourcing candidats là một tiện ích mở rộng Chrome được phát triển bởi Inasoft, và tính năng chính của nó là "Intégration de profils candidats à Gestmax".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gestmax : Sourcing candidats

Tải xuống các tệp mở rộng Gestmax : Sourcing candidats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gestmax : Sourcing candidats Gestmax : Sourcing candidats
ID lnllgcndlpkbmccljnnjdecmgmjikpkb
URL Chính Thức https://chromewebstore.google.com/detail/gestmax-sourcing-candidat/lnllgcndlpkbmccljnnjdecmgmjikpkb
Mô tả Intégration de profils candidats à Gestmax
Kích Thước Tệp 63.13 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.33
Cập Nhật Lần Cuối 2023-05-31
Ngày Phát Hành 2019-09-25
Nhà Phát Triển Inasoft
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.inasoft.fr/
URL Trang Chính Sách Bảo Mật https://www.inasoft.fr/mentions-legales
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}