hrConnectum Plugin
hrConnectum Plugin to connect recruiting platforms with the tool.
什么是hrConnectum Plugin?
hrConnectum Plugin是由hrConnectum GmbH开发的Chrome扩展程序,该扩展的主要功能是“hrConnectum Plugin to connect recruiting platforms with the tool.”。
扩展截图
下载hrConnectum Plugin扩展crx文件
下载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'" } |