Precontact Tool Talent Pools

Find the contact details for a pool of linkedin profiles

Precontact Tool Talent Pools란 무엇입니까?

Precontact Tool Talent Pools은(는) https://www.precontacttool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the contact details for a pool of linkedin profiles"입니다.

확장 프로그램 스크린샷

screenshot

Precontact Tool Talent Pools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}