NIXZ SimpleRecruiter for OTYS

NIXZ SimpleRecruiter for OTYS

Qu'est-ce que NIXZ SimpleRecruiter for OTYS ?

NIXZ SimpleRecruiter for OTYS est une extension Chrome développée par https://nixz.io, et sa fonction principale est "NIXZ SimpleRecruiter for OTYS".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NIXZ SimpleRecruiter for OTYS

Téléchargez les fichiers d'extension NIXZ SimpleRecruiter for OTYS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        With this Chrome extension you always have your OTYS candidate information available right inside LinkedIn. While you browse the web in search of new contacts, the NIXZ SimpleRecruiter plugin checks automatically if the candidate exists in OTYS. If so, you can view and edit candidate information, directly from the plugin. You can also connect them to your vacancy, update application status and add extra information, such as notes. If the candidate isn't in OTYS yet, you can add it with a press of the button.

Signup on nixz.io/simplerecruiter or contact your OTYS account manager.                    

Informations de Base sur l'Extension

Nom NIXZ SimpleRecruiter for OTYS NIXZ SimpleRecruiter for OTYS
ID ddmdcdlnfmekhfnhkldhcplckeeifpjd
URL Officiel https://chromewebstore.google.com/detail/nixz-simplerecruiter-for/ddmdcdlnfmekhfnhkldhcplckeeifpjd
Description NIXZ SimpleRecruiter for OTYS
Taille du Fichier 3.89 MB
Nombre d'Installations 319
Version Actuelle 2.1.14
Dernière Mise à Jour 2023-07-06
Date de Publication 2020-09-10
Développeur https://nixz.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.nixz.io/simplerecruiter
URL de la Page d'Aide https://www.nixz.io/simplerecruiter
URL de la Page de Politique de Confidentialité https://nixz.io/privacybeleid
Langues Prises en Charge nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "NIXZ SimpleRecruiter for OTYS",
    "version": "2.1.14",
    "icons": {
        "16": "img\/NIXZ-icon-16x16blauw.png",
        "48": "img\/NIXZ-icon-48x48blauw.png",
        "128": "img\/NIXZ-icon-128x128blauw.png"
    },
    "name": "NIXZ SimpleRecruiter for OTYS",
    "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-otys.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "toolbar.html",
                "nixz.html",
                "toast.html",
                "options.html",
                "css\/toolbar.css",
                "css\/*",
                "img\/*",
                "*\/options.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "otys\/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\/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\/;"
    }
}