Precontact Tool

Find the contact details for the current LI profile

Precontact Tool là gì?

Precontact Tool 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à "Find the contact details for the current LI profile".

Ả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 Tool

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

                        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]                    

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

Tên Precontact Tool Precontact Tool
ID iabijhdomdkpabfoipoifajnlmidjihg
URL Chính Thức https://chromewebstore.google.com/detail/precontact-tool/iabijhdomdkpabfoipoifajnlmidjihg
Mô tả Find the contact details for the current LI profile
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 2,877
Phiên Bản Hiện Tại 1.2.19
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-04-19
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
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 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\/*"
    ]
}