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.                     擴展基本資訊
| 名稱 |  | 
| ID | ldbbnlkgiddmgobgahcnppbkecenjcjn | 
| 官方網址 | 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'"
} | |