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 |
Eメール | [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'" } |