Zola
Zola est un outil RH tout-en-un (entretiens, formation et gestion des compétences). Voici nos principaux modules: - Logiciel…
Zola란 무엇입니까?
Zola은(는) https://zola.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zola est un outil RH tout-en-un (entretiens, formation et gestion des compétences). Voici nos principaux modules: - Logiciel…"입니다.
확장 프로그램 스크린샷
Zola 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Zola est un outil RH tout-en-un (entretiens, formation et gestion des compétences). Voici nos principaux modules: - Logiciel d'entretien annuel (lien vers https://www.zola.fr/module/logiciel-entretien-annuel) - Logiciel d'entretien professionnel (lien vers https://www.zola.fr/module/logiciel-entretien-professionnel) - Outil LMS (lien vers https://www.zola.fr/module/outil-lms) - Outil GPEC (lien vers https://www.zola.fr/module/outil-gpec)
확장 프로그램 기본 정보
이름 | Zola |
ID | peggblndkkbgmkidmfcppjdhgoebmfke |
공식 URL | https://chromewebstore.google.com/detail/zola/peggblndkkbgmkidmfcppjdhgoebmfke |
설명 | Zola est un outil RH tout-en-un (entretiens, formation et gestion des compétences). Voici nos principaux modules: - Logiciel… |
파일 크기 | 9.76 MB |
설치 횟수 | 29 |
현재 버전 | 4.1.4 |
최근 업데이트 | 2022-10-05 |
출시 날짜 | 2021-06-03 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://zola.fr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.zola.fr/ |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zola", "description": "", "version": "4.1.4", "default_locale": "en", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "action": { "default_icon": "icons\/icon-48.png", "default_popup": "src\/popup.html" }, "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ "*:\/\/app.zola.fr\/*" ], "content_security_policy": { "extension_pages": "script-src-elem 'self'; script-src 'self'; object-src 'self';" } } |