Precontact Talent Pool Automated

Import search results into talent pool lite

什麼是Precontact Talent Pool Automated?

Precontact Talent Pool Automated是由https://www.precontacttool.com開發的Chrome擴展程式,該擴展的主要功能是“Import search results into talent pool lite”。

擴展截圖

screenshot

下載Precontact Talent Pool Automated擴展crx文件

下載Precontact Talent Pool Automated擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Precontact Talent Pool Automated Precontact Talent Pool Automated
ID gelgllbifjjdocnomfmbmfknpckcbmod
官方網址 https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod
簡介 Import search results into talent pool lite
檔案大小 1.42 MB
安裝次數 97
目前版本 1.2.7
更新時間 2023-12-29
上架時間 2020-06-09
開發者 https://www.precontacttool.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://precontacttool.com/
說明頁面URL https://precontacttool.com/#faq
隱私政策頁面URL https://www.precontacttool.com/privacy.html
支援的語言 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\/*"
    ]
}