Jobtoolz Sourcing

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

What is Jobtoolz Sourcing?

Jobtoolz Sourcing is a Chrome extension developed by Jobtoolz, and its main feature is "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.".

Extension Screenshots

screenshot

Download Jobtoolz Sourcing Extension CRX File

Download Jobtoolz Sourcing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
Official URL 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.
File Size 42.85 KB
Installation Count 88
Current Version 0.2.4
Last Updated 2023-12-18
Publish Date 2021-04-26
Rating 5.00/5 Total 1 Ratings
Developer Jobtoolz
Email [email protected]
Payment Type free
Extension Website https://jobtoolz.com
Help Page URL https://jobtoolz.com/contact
Privacy Policy Page URL https://jobtoolz.com/en/privacy-policy
Supported Languages 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"
    }
}