Precontact Tool Talent Pools

Find the contact details for a pool of linkedin profiles

Precontact Tool Talent Pools là gì?

Precontact Tool Talent Pools là một tiện ích mở rộng Chrome được phát triển bởi https://www.precontacttool.com, và tính năng chính của nó là "Find the contact details for a pool of linkedin profiles".

Ả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 Precontact Tool Talent Pools

Tải xuống các tệp mở rộng Precontact Tool Talent Pools 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

                        This browser extension allows you to create a talent pool, the contact details of which can be search for later in the day.                    

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

Tên Precontact Tool Talent Pools Precontact Tool Talent Pools
ID oblmmpagigplpnhldhdjjafndgpgfkki
URL Chính Thức https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki
Mô tả Find the contact details for a pool of linkedin profiles
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 485
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2023-12-29
Ngày Phát Hành 2019-12-04
Nhà Phát Triển https://www.precontacttool.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.precontacttool.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precontact Tool Talent Pools",
    "version": "1.0.10",
    "description": "Find the contact details for a pool of linkedin profiles",
    "permissions": [
        "tabs",
        "background",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "assets\/images\/default-icon.png",
        "32": "assets\/images\/default-icon.png",
        "48": "assets\/images\/default-icon.png",
        "128": "assets\/images\/default-icon.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/default-icon.png",
            "32": "assets\/images\/default-icon.png",
            "48": "assets\/images\/default-icon.png",
            "128": "assets\/images\/default-icon.png"
        }
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/api.recruitment-tools.com\/*",
        "https:\/\/api.recruitment-tools.local\/*",
        "https:\/\/test-api.recruitment-tools.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "https:\/\/*.xing.com\/*",
        "https:\/\/xing.com\/*"
    ]
}