Precontact Tool Talent Pools

Find the contact details for a pool of linkedin profiles

Precontact Tool Talent Poolsคืออะไร?

Precontact Tool Talent Pools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.precontacttool.com และคุณลักษณะหลักของมันคือ "Find the contact details for a pool of linkedin profiles"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Precontact Tool Talent Pools

ดาวน์โหลดไฟล์ส่วนขยาย Precontact Tool Talent Pools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Precontact Tool Talent Pools Precontact Tool Talent Pools
ID oblmmpagigplpnhldhdjjafndgpgfkki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki
คำอธิบาย Find the contact details for a pool of linkedin profiles
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 485
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2023-12-29
วันที่เผยแพร่ 2019-12-04
ผู้พัฒนา https://www.precontacttool.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.precontacttool.com/privacy.html
ภาษาที่รองรับ 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\/*"
    ]
}