Recruiters' integration tool

Fill your candidate database from job boards in 1 click!

Was ist Recruiters' integration tool?

Recruiters' integration tool ist eine Chrome-Erweiterung, die von https://onlinedevelopers.net entwickelt wurde, und ihr Hauptmerkmal ist "Fill your candidate database from job boards in 1 click!".

Erweiterungsscreenshots

screenshot
screenshot

Recruiters' integration tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Recruiters' integration tool-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

                        This browser extension allows you to add candidates to your database (ATS or recruitment software).

Every candidate you add appears in your database as a structured & searchable candidate profile.

Install the extension and add candidates directly to the database from your local job boards.

--
Online Developers LLC cannot be responsible for any consequences caused by the violation of User Agreements of any websites the extension offers integration with.                    

Grundlegende Informationen zur Erweiterung

Name Recruiters' integration tool Recruiters' integration tool
ID ibfoabadoicmplbdpmchomcagkpmfama
Offizielle URL https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama
Beschreibung Fill your candidate database from job boards in 1 click!
Dateigröße 318 KB
Installationsanzahl 878
Aktuelle Version 1.4.1
Letztes Update 2020-01-26
Veröffentlichungsdatum 2020-01-26
Bewertung 4.93/5 Insgesamt 15 Bewertungen
Entwickler https://onlinedevelopers.net
Zahlungsart free
Erweiterungswebsite https://onlinedevelopers.net/
Hilfeseite URL https://onlinedevelopers.net/
URL der Datenschutzrichtlinien-Seite https://cleverstaff.net/privacy.html
Unterstützte Sprachen en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "__MSG_info_name__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "__MSG_info_description__",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/onlinedevelopers.net\/",
    "version": "1.4.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "ATS plugin"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}