RecruitON

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

Apa itu RecruitON?

RecruitON adalah ekstensi Chrome yang dikembangkan oleh IBA Group, dan fitur utamanya adalah "Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi RecruitON

Unduh file ekstensi RecruitON dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama RecruitON RecruitON
ID obmkdnnpbekmdbcbmkchhpfiphoglnoe
URL Resmi https://chromewebstore.google.com/detail/recruiton/obmkdnnpbekmdbcbmkchhpfiphoglnoe
Deskripsi Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!
Ukuran File 1.82 MB
Jumlah Instalasi 47
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-08-24
Tanggal Publikasi 2021-08-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang IBA Group
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}