RecruitON

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

¿Qué es RecruitON?

RecruitON es una extensión de Chrome desarrollada por IBA Group, y su función principal es "Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RecruitON

Descarga archivos de extensión RecruitON en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre RecruitON RecruitON
ID obmkdnnpbekmdbcbmkchhpfiphoglnoe
URL Oficial https://chromewebstore.google.com/detail/recruiton/obmkdnnpbekmdbcbmkchhpfiphoglnoe
Descripción Lightweight and efficient tool to source, organize, export and share Linkedin candidate profiles!
Tamaño del Archivo 1.82 MB
Cantidad de Instalaciones 47
Versión Actual 1.0.2
Última Actualización 2021-08-24
Fecha de Publicación 2021-08-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador IBA Group
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}