Jobtoolz Sourcing

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

Jobtoolz Sourcing là gì?

Jobtoolz Sourcing là một tiện ích mở rộng Chrome được phát triển bởi Jobtoolz, và tính năng chính của nó là "Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jobtoolz Sourcing

Tải xuống các tệp mở rộng Jobtoolz Sourcing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jobtoolz Sourcing Jobtoolz Sourcing
ID jefhkjnnfaiicaaonfjkibcipeabocck
URL Chính Thức https://chromewebstore.google.com/detail/jobtoolz-sourcing/jefhkjnnfaiicaaonfjkibcipeabocck
Mô tả Auto-extract all information from a Linkedin profile and import it right into your Jobtoolz account.
Kích Thước Tệp 42.85 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2021-04-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jobtoolz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jobtoolz.com
URL Trang Trợ Giúp https://jobtoolz.com/contact
URL Trang Chính Sách Bảo Mật https://jobtoolz.com/en/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}