NIXZ SimpleRecruiter for Carerix

NIXZ SimpleRecruiter for Carerix

NIXZ SimpleRecruiter for Carerix란 무엇입니까?

NIXZ SimpleRecruiter for Carerix은(는) https://nixz.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NIXZ SimpleRecruiter for Carerix"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NIXZ SimpleRecruiter for Carerix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this Chrome extension you always have your Carerix 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 Carerix. 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 Carerix yet, you can add it with a press of the button.

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

확장 프로그램 기본 정보

이름 NIXZ SimpleRecruiter for Carerix NIXZ SimpleRecruiter for Carerix
ID bbjibpklpmbdpanfhkkoabjecfkafpia
공식 URL https://chromewebstore.google.com/detail/nixz-simplerecruiter-for/bbjibpklpmbdpanfhkkoabjecfkafpia
설명 NIXZ SimpleRecruiter for Carerix
파일 크기 3.89 MB
설치 횟수 118
현재 버전 2.0.77
최근 업데이트 2023-09-01
출시 날짜 2021-07-21
개발자 https://nixz.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nixz.io/simplerecruiter
도움말 페이지 URL https://www.nixz.io/simplerecruiter
개인정보 보호 정책 페이지 URL https://nixz.io/privacybeleid
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "NIXZ SimpleRecruiter for Carerix",
    "version": "2.0.77",
    "icons": {
        "16": "img\/NIXZ-icon-16x16blauw.png",
        "48": "img\/NIXZ-icon-48x48blauw.png",
        "128": "img\/NIXZ-icon-128x128blauw.png"
    },
    "name": "NIXZ SimpleRecruiter for Carerix",
    "host_permissions": [
        "https:\/\/*.app.nixz.io\/*",
        "file:\/\/*",
        "https:\/\/*",
        "https:\/\/resumes.indeed.com\/*",
        "https:\/\/*.werk.nl\/*",
        "https:\/\/stackpath.bootstrapcdn.com\/*",
        "https:\/\/cdn.jsdelivr.net\/",
        "https:\/\/code.jquery.com\/",
        "https:\/\/kit.fontawesome.com\/",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/*.xing.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.carerix.net\/*",
        "https:\/\/api.carerix.com\/*",
        "https:\/\/*.textkernel.nl\/*"
    ],
    "permissions": [
        "cookies",
        "downloads",
        "storage",
        "tabs",
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-carerix.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "toolbar.html",
                "nixz.html",
                "toast.html",
                "options.html",
                "css\/toolbar.css",
                "css\/selectize.css",
                "css\/*",
                "img\/*",
                "*\/options.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "carerix\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/home.textkernel.nl\/carerix\/view-structure.jsp*"
            ],
            "js": [
                "js\/browser\/common.js",
                "js\/browser\/catchTextKernelResult.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "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\/selectize.js",
                "js\/browser\/select2.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\/;"
    }
}