Contactz.io
Get contact details instantly!
Contactz.io란 무엇입니까?
Contactz.io은(는) Contactz.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get contact details instantly!"입니다.
확장 프로그램 스크린샷
Contactz.io 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WELCOME TO CONTACTZ.IO The Business Network where members share contact information with each other. HOW DOES IT WORK Install the Chrome Extension and most of your LinkedIn search results now show contact details. ✔ Click a phone to call from mobile ✔ Click an email to start writing it immediately ✔ Use an email template to start your emails faster ✔ Download a list of all contacts THE MEMBERS Our members comes from all walks of life and countries, they all share a passion to promote goals and business. HOW TO BECOME A MEMBER Agree to share your own contacts’ details. It’s done automatically. That’s it. JOIN THE CONTACTZ BUSINESS NETWORK Get contact details in your LinkedIn searches and profiles for FREE for the duration of the launch period.
확장 프로그램 기본 정보
이름 | |
ID | hfapamnlpelpdfenngkokhlcieeoclbo |
공식 URL | https://chrome.google.com/webstore/detail/contactzio/hfapamnlpelpdfenngkokhlcieeoclbo |
설명 | Get contact details instantly! |
파일 크기 | 47.07 KB |
설치 횟수 | 86 |
현재 버전 | 1.0.0.44 |
최근 업데이트 | 2019-09-28 |
출시 날짜 | 2019-09-28 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Contactz.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://contactz.io/ |
도움말 페이지 URL | https://contactz.io/ |
개인정보 보호 정책 페이지 URL | https://details.getcustomers.co/terms.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contactz.io", "version": "1.0.0.44", "description": "Get contact details instantly!", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "permissions": [ "https:\/\/details.getcustomers.co\/*" ] }, "browser_action": { "default_title": "Contactz.io", "default_popup": "popup.html" }, "web_accessible_resources": [ "\/*.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.linkedin.com; object-src 'self'; media-src 'self' filesystem:", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "clipboardRead", "webNavigation", "contextMenus", "cookies", "alarms", "storage", "notifications", "identity", "webRequest", "activeTab", "webRequestBlocking", "*:\/\/*.linkedin.com\/*", "https:\/\/details.getcustomers.co\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*.linkedin.com\/*" ], "run_at": "document_start", "js": [ "contentScript.js" ] } ] } |