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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 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"
    }
}