NIXZ SimpleRecruiter for Cluen

NIXZ SimpleRecruiter for Cluen

Was ist NIXZ SimpleRecruiter for Cluen?

NIXZ SimpleRecruiter for Cluen ist eine Chrome-Erweiterung, die von http://nixz.io entwickelt wurde, und ihr Hauptmerkmal ist "NIXZ SimpleRecruiter for Cluen".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

NIXZ SimpleRecruiter for Cluen-Erweiterungs-CRX-Datei herunterladen

Laden Sie NIXZ SimpleRecruiter for Cluen-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

                        With this Chrome extension you always have your candidate information at hand. While you browse the web in search of new contacts, the SimpleRecruiter plugin checks automatically if the candidate exists in your database. If so, you can view and edit select candidate information, directly from the plugin. You can also connect them to your active Searches and add extra information, such as status notes. If the candidate isn’t in your database yet, you can add it with a press of the button.

Contact your Cluen account manager to activate your NIXZ SimpleRecruiter account.                    

Grundlegende Informationen zur Erweiterung

Name NIXZ SimpleRecruiter for Cluen NIXZ SimpleRecruiter for Cluen
ID gnkipkhbanmliifmnpogohobanhgjcje
Offizielle URL https://chrome.google.com/webstore/detail/nixz-simplerecruiter-for/gnkipkhbanmliifmnpogohobanhgjcje
Beschreibung NIXZ SimpleRecruiter for Cluen
Dateigröße 3.67 MB
Installationsanzahl 96
Aktuelle Version 0.0.22
Letztes Update 2023-04-18
Veröffentlichungsdatum 2022-07-12
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler http://nixz.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.nixz.io/simplerecruiter
URL der Datenschutzrichtlinien-Seite https://nixz.io/privacybeleid
Unterstützte Sprachen nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "NIXZ SimpleRecruiter for Cluen",
    "version": "0.0.22",
    "icons": {
        "16": "img\/cluen\/cluen-logo-16.png",
        "48": "img\/cluen\/cluen-logo-48.png",
        "128": "img\/cluen\/cluen-logo-128.png"
    },
    "name": "NIXZ SimpleRecruiter for Cluen",
    "host_permissions": [
        "https:\/\/app.nixz.io\/*",
        "file:\/\/*",
        "https:\/\/*\/*",
        "https:\/\/resumes.indeed.com\/*",
        "https:\/\/*.otysapp.com\/jservice.php*",
        "https:\/\/*.werk.nl\/*",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/*.xing.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "permissions": [
        "cookies",
        "downloads",
        "storage",
        "tabs",
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-cluen.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "toolbar.html",
                "nixz.html",
                "toast.html",
                "options.html",
                "css\/toolbar.css",
                "css\/*",
                "img\/*",
                "*\/options.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "cluen\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.werk.nl\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.xing.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "master-console.js",
                "js\/browser\/pdfmake.min.js",
                "js\/browser\/libphonenumber-js.min.js",
                "js\/browser\/vfs_fonts.js",
                "js\/browser\/fontawsome.js",
                "js\/browser\/html2canvas.min.js",
                "js\/browser\/jspdf.min.js",
                "js\/browser\/moment.js",
                "js\/browser\/jquery-3.5.1.js",
                "js\/browser\/popper.js",
                "js\/browser\/bootstrap.js",
                "js\/browser\/select2.js",
                "js\/browser\/selectize.js",
                "js\/browser\/bootstrap-select.min.js",
                "js\/browser\/datepicker.min.js",
                "js\/browser\/jquery.dataTables.min.js",
                "js\/browser\/dataTables.bootstrap.min.js",
                "js\/browser\/common.js",
                "js\/utility.js",
                "js\/browser\/getUrlAndClose.js",
                "js\/browser\/jquery.caret.js",
                "js\/browser\/jquery.atwho.js",
                "js\/browser\/xpath.js",
                "js\/browser\/bar.js",
                "js\/browser\/getCandidateName.js",
                "js\/browser\/checkSearchResults.js",
                "js\/browser\/getContactDetails.js",
                "js\/browser\/gotoPublicProfile.js",
                "js\/browser\/downloadCV.js",
                "js\/browser\/fileDownloader.js",
                "js\/browser\/userProfilePdf.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/code.jquery.com\/ https:\/\/stackpath.bootstrapcdn.com\/ https:\/\/cdn.jsdelivr.net\/ https:\/\/kit.fontawesome.com\/;"
    }
}