Jobtoolz Sourcing

Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.

¿Qué es Jobtoolz Sourcing?

Jobtoolz Sourcing es una extensión de Chrome desarrollada por Jobtoolz, y su función principal es "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Jobtoolz Sourcing

Descarga archivos de extensión Jobtoolz Sourcing 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

                        Capture candidates easily from Linkedin. With the Jobtoolz sourcing extension, you can auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account. 

It’s incredibly simple. Just browse on Linkedin to a potential candidate’s profile, click the Jobtoolz logo next to the person’s name and all relevant information of this candidate will be auto-extracted. You’ll only need to import the candidate into the right vacancy in your Jobtoolz account.                    

Información Básica de la Extensión

Nombre Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
URL Oficial https://chromewebstore.google.com/detail/jobtoolz-sourcing/jefhkjnnfaiicaaonfjkibcipeabocck
Descripción Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.
Tamaño del Archivo 42.85 KB
Cantidad de Instalaciones 88
Versión Actual 0.2.4
Última Actualización 2023-12-18
Fecha de Publicación 2021-04-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Jobtoolz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://jobtoolz.com
URL de la Página de Ayuda https://jobtoolz.com/contact
URL de la Página de Política de Privacidad https://jobtoolz.com/en/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jobtoolz Sourcing",
    "description": "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.",
    "version": "0.2.4",
    "browser_action": [],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options\/index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "popup\/index.html",
        "assets\/icon.png"
    ],
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    }
}