hrConnectum Plugin
hrConnectum Plugin to connect recruiting platforms with the tool.
hrConnectum Plugin là gì?
hrConnectum Plugin là một tiện ích mở rộng Chrome được phát triển bởi hrConnectum GmbH, và tính năng chính của nó là "hrConnectum Plugin to connect recruiting platforms with the tool.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng hrConnectum Plugin
Tải xuống các tệp mở rộng hrConnectum Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | hrConnectum Plugin |
ID | ldbbnlkgiddmgobgahcnppbkecenjcjn |
URL Chính Thức | https://chromewebstore.google.com/detail/hrconnectum-plugin/ldbbnlkgiddmgobgahcnppbkecenjcjn |
Mô tả | hrConnectum Plugin to connect recruiting platforms with the tool. |
Kích Thước Tệp | 889 KB |
Số Lần Cài Đặt | 155 |
Phiên Bản Hiện Tại | 1.3.7 |
Cập Nhật Lần Cuối | 2024-03-07 |
Ngày Phát Hành | 2020-07-21 |
Nhà Phát Triển | hrConnectum GmbH |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |