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”。
扩展截图
下载Precontact Tool扩展crx文件
下载Precontact Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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] 扩展基本信息
| 名称 | |
| 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\/*"
]
} | |