Jobtoolz Sourcing

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

Was ist Jobtoolz Sourcing?

Jobtoolz Sourcing ist eine Chrome-Erweiterung, die von Jobtoolz entwickelt wurde, und ihr Hauptmerkmal ist "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.".

Erweiterungsscreenshots

screenshot

Jobtoolz Sourcing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jobtoolz Sourcing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
Offizielle URL https://chromewebstore.google.com/detail/jobtoolz-sourcing/jefhkjnnfaiicaaonfjkibcipeabocck
Beschreibung Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.
Dateigröße 42.85 KB
Installationsanzahl 88
Aktuelle Version 0.2.4
Letztes Update 2023-12-18
Veröffentlichungsdatum 2021-04-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Jobtoolz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jobtoolz.com
Hilfeseite URL https://jobtoolz.com/contact
URL der Datenschutzrichtlinien-Seite https://jobtoolz.com/en/privacy-policy
Unterstützte Sprachen 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"
    }
}