RecruitON

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

Wat is RecruitON?

RecruitON is een Chrome-extensie ontwikkeld door IBA Group, en de belangrijkste functie is "Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RecruitON

Download RecruitON-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ➤ 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.                    

Basisinformatie over de Extensie

Naam RecruitON RecruitON
ID obmkdnnpbekmdbcbmkchhpfiphoglnoe
Officiële URL https://chromewebstore.google.com/detail/recruiton/obmkdnnpbekmdbcbmkchhpfiphoglnoe
Beschrijving Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!
Bestandsgrootte 1.82 MB
Aantal Installaties 47
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-08-24
Publicatiedatum 2021-08-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar IBA Group
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}