Zola
Zola est un outil RH tout-en-un (entretiens, formation et gestion des compétences). Voici nos principaux modules: - Logiciel…
Что такое Zola?
Zola - это расширение Chrome, разработанное https://zola.fr, и его основная функция - "Zola est un outil RH tout-en-un (entretiens, formation et gestion des compétences). Voici nos principaux modules: - Logiciel…".
Снимки экрана расширения
Скачать файл CRX расширения Zola
Скачайте файлы расширений 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)
Основная информация о расширении
Название | 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';" } } |