hrConnectum Plugin
hrConnectum Plugin to connect recruiting platforms with the tool.
Что такое hrConnectum Plugin?
hrConnectum Plugin - это расширение Chrome, разработанное hrConnectum GmbH, и его основная функция - "hrConnectum Plugin to connect recruiting platforms with the tool.".
Снимки экрана расширения
Скачать файл CRX расширения hrConnectum Plugin
Скачайте файлы расширений hrConnectum Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
hrConnectum Plugin to connect recruiting platforms with the tool. Recruiters using this plugin will be able to automatically import required information from recruitment platforms into the hrConnectum Tool.
Основная информация о расширении
Название | hrConnectum Plugin |
ID | ldbbnlkgiddmgobgahcnppbkecenjcjn |
Официальный URL | https://chromewebstore.google.com/detail/hrconnectum-plugin/ldbbnlkgiddmgobgahcnppbkecenjcjn |
Описание | hrConnectum Plugin to connect recruiting platforms with the tool. |
Размер файла | 889 KB |
Количество установок | 155 |
Текущая Версия | 1.3.7 |
Последнее Обновление | 2024-03-07 |
Дата публикации | 2020-07-21 |
Разработчик | hrConnectum GmbH |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "hrConnectum Plugin", "short_name": "hrC Plugin", "version": "1.3.7", "version_name": "1.3.7", "description": "hrConnectum Plugin to connect recruiting platforms with the tool.", "icons": { "16": "icons\/128.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "hrConnectum Plugin", "default_popup": "pages\/popup.html" }, "author": "Ozan Kurt", "homepage_url": "https:\/\/tool.hrconnectum.com", "permissions": [ "https:\/\/*.linkedin.com\/in\/*", "https:\/\/linkedin.com\/in\/*", "https:\/\/www.xing.com\/profile\/*", "https:\/\/xing.com\/profile\/*", "https:\/\/www.linkedin.com\/talent\/*", "https:\/\/linkedin.com\/talent\/*", "https:\/\/www.xing.com\/xtm\/*", "https:\/\/xing.com\/xtm\/*", "https:\/\/tool.hrconnectum.com\/*", "tabs", "storage" ], "options_page": "pages\/options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |