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文件
下载Zola扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| 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';"
}
} | |