Jobtoolz Sourcing

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

Jobtoolz Sourcingとは何ですか?

Jobtoolz SourcingはJobtoolzによって開発されたChromeの拡張機能で、その主な機能は「Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.」です。

拡張機能のスクリーンショット

screenshot

Jobtoolz Sourcing拡張機能のCRXファイルをダウンロード

Jobtoolz Sourcing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
公式URL https://chromewebstore.google.com/detail/jobtoolz-sourcing/jefhkjnnfaiicaaonfjkibcipeabocck
説明 Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.
ファイルサイズ 42.85 KB
インストール数 88
現在のバージョン 0.2.4
最終更新日 2023-12-18
公開日 2021-04-26
評価 5.00/5 合計 1 レビュー
開発者 Jobtoolz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jobtoolz.com
ヘルプページのURL https://jobtoolz.com/contact
プライバシーポリシーページのURL https://jobtoolz.com/en/privacy-policy
対応言語 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"
    }
}