Precontact Talent Pool Automated

Import search results into talent pool lite

Precontact Talent Pool Automated là gì?

Precontact Talent Pool Automated 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à "Import search results into talent pool lite".

Ả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 Talent Pool Automated

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

                        Import profiles from a LinkedIn search results set into a PrecontactTool talent pool                    

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

Tên Precontact Talent Pool Automated Precontact Talent Pool Automated
ID gelgllbifjjdocnomfmbmfknpckcbmod
URL Chính Thức https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod
Mô tả Import search results into talent pool lite
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2023-12-29
Ngày Phát Hành 2020-06-09
Nhà Phát Triển https://www.precontacttool.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://precontacttool.com/
URL Trang Trợ Giúp https://precontacttool.com/#faq
URL Trang Chính Sách Bảo Mật https://www.precontacttool.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precontact Talent Pool Automated",
    "version": "1.2.7",
    "description": "Import search results into talent pool lite",
    "permissions": [
        "tabs",
        "background",
        "declarativeContent",
        "storage",
        "downloads"
    ],
    "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\/*"
    ]
}