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
官方網址 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
電子郵箱 [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"
    }
}