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."입니다.

확장 프로그램 스크린샷

screenshot

hrConnectum Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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