hrConnectum Plugin

hrConnectum Plugin to connect recruiting platforms with the tool.

Was ist hrConnectum Plugin?

hrConnectum Plugin ist eine Chrome-Erweiterung, die von hrConnectum GmbH entwickelt wurde, und ihr Hauptmerkmal ist "hrConnectum Plugin to connect recruiting platforms with the tool.".

Erweiterungsscreenshots

screenshot

hrConnectum Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie hrConnectum Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name hrConnectum Plugin hrConnectum Plugin
ID ldbbnlkgiddmgobgahcnppbkecenjcjn
Offizielle URL https://chromewebstore.google.com/detail/hrconnectum-plugin/ldbbnlkgiddmgobgahcnppbkecenjcjn
Beschreibung hrConnectum Plugin to connect recruiting platforms with the tool.
Dateigröße 889 KB
Installationsanzahl 155
Aktuelle Version 1.3.7
Letztes Update 2024-03-07
Veröffentlichungsdatum 2020-07-21
Entwickler hrConnectum GmbH
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}