RecruitON

Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!

Was ist RecruitON?

RecruitON ist eine Chrome-Erweiterung, die von IBA Group entwickelt wurde, und ihr Hauptmerkmal ist "Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

RecruitON-Erweiterungs-CRX-Datei herunterladen

Laden Sie RecruitON-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

                        ➤ Export Candidate Profiles as PDFs
RecruitON allows you to download Candidate profiles in the form of a PDF file.
➤ Share Candidate Profiles
You can share promising or interesting candidate profiles with contacts in your address book. But do not forget to organize it first.
➤ Add Notes to Candidates
Use Notes to record and organize your thoughts on candidates throughout the hiring process.
➤ Set a Candidate Reminder
Timing is everything when hiring. Sometimes, though, you're not completely in-sync with a candidate you're interested in. Our function helps keep candidates top of mind down the road.
➤ Manage Tags and Source Tags
Use custom tags to organize your candidates. Good recruitment teams not only hire fast, but they go one step further and tag each candidate. Over time, you'll gather valuable information about every single candidate - and it will all be easily searchable later.                    

Grundlegende Informationen zur Erweiterung

Name RecruitON RecruitON
ID obmkdnnpbekmdbcbmkchhpfiphoglnoe
Offizielle URL https://chromewebstore.google.com/detail/recruiton/obmkdnnpbekmdbcbmkchhpfiphoglnoe
Beschreibung Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!
Dateigröße 1.82 MB
Installationsanzahl 47
Aktuelle Version 1.0.2
Letztes Update 2021-08-24
Veröffentlichungsdatum 2021-08-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler IBA Group
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RecruitON",
    "version": "1.0.2",
    "description": "Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "notifications",
        "background",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/candidate-service.js",
            "js\/lib\/jquery-3.2.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/candidate.js",
                "js\/experience.js",
                "js\/experience_role.js",
                "js\/education.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/recruitit_icon_bold.png",
            "32": "images\/recruitit_icon_bold.png",
            "48": "images\/recruitit_icon_bold.png",
            "128": "images\/recruitit_icon_bold.png"
        }
    },
    "icons": {
        "16": "images\/recruiton_icon.png",
        "32": "images\/recruiton_icon.png",
        "48": "images\/recruiton_icon.png",
        "128": "images\/recruiton_icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.3.1\/jspdf.umd.min.js https:\/\/unpkg.com\/@popperjs\/core@2 https:\/\/unpkg.com\/tippy.js@6; object-src 'self'",
    "web_accessible_resources": [
        "popup.html",
        "tc_popup.html"
    ],
    "manifest_version": 2
}