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'" } |