Precontact Tool

Find the contact details for the current LI profile

Precontact Tool란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Our browser extension enables you to find contact details with the click of a button.

How it works:
1    First Sign up at https://precontacttool.com/#try and click on the link in the validation email. After installing you go automatically to LinkedIn.com.
2    Login in the extension.
3    Open the profile of someone you would like to get in contact with.
4    Then click on the extension in the top right corner and log in.
5    Next click on "Show contact details of current profile"

That it.
Enjoy and if you have any questions please send me a message or read the FAQ at https://precontacttool.com/#faq.

Questions go to https://precontacttool.com/support.html of send an email to [email protected]                    

확장 프로그램 기본 정보

이름 Precontact Tool Precontact Tool
ID iabijhdomdkpabfoipoifajnlmidjihg
공식 URL https://chromewebstore.google.com/detail/precontact-tool/iabijhdomdkpabfoipoifajnlmidjihg
설명 Find the contact details for the current LI profile
파일 크기 1.6 MB
설치 횟수 2,877
현재 버전 1.2.19
최근 업데이트 2024-02-07
출시 날짜 2020-04-19
평점 4.00/5 총 5 개의 평점
개발자 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 Tool",
    "version": "1.2.19",
    "description": "Find the contact details for the current LI profile",
    "permissions": [
        "declarativeNetRequest",
        "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:\/\/*.linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.github.com\/*",
        "https:\/\/github.com\/*",
        "https:\/\/*.xing.com\/*",
        "https:\/\/xing.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/facebook.com\/*"
    ]
}