Jobtoolz Sourcing

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

Qu'est-ce que Jobtoolz Sourcing ?

Jobtoolz Sourcing est une extension Chrome développée par Jobtoolz, et sa fonction principale est "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jobtoolz Sourcing

Téléchargez les fichiers d'extension Jobtoolz Sourcing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
URL Officiel https://chromewebstore.google.com/detail/jobtoolz-sourcing/jefhkjnnfaiicaaonfjkibcipeabocck
Description Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.
Taille du Fichier 42.85 KB
Nombre d'Installations 88
Version Actuelle 0.2.4
Dernière Mise à Jour 2023-12-18
Date de Publication 2021-04-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jobtoolz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jobtoolz.com
URL de la Page d'Aide https://jobtoolz.com/contact
URL de la Page de Politique de Confidentialité https://jobtoolz.com/en/privacy-policy
Langues Prises en Charge 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"
    }
}