Jobtoolz Sourcing

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

Co to jest Jobtoolz Sourcing?

Jobtoolz Sourcing to rozszerzenie Chrome opracowane przez Jobtoolz, a jego główną funkcją jest „Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Jobtoolz Sourcing

Pobierz pliki rozszerzeń Jobtoolz Sourcing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
Oficjalny URL https://chromewebstore.google.com/detail/jobtoolz-sourcing/jefhkjnnfaiicaaonfjkibcipeabocck
Opis Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.
Rozmiar pliku 42.85 KB
Liczba instalacji 88
Aktualna Wersja 0.2.4
Ostatnia Aktualizacja 2023-12-18
Data Publikacji 2021-04-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Jobtoolz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jobtoolz.com
Adres URL Strony Pomocy https://jobtoolz.com/contact
Adres URL Strony Polityki Prywatności https://jobtoolz.com/en/privacy-policy
Obsługiwane Języki 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"
    }
}