Contactz.io
Get contact details instantly!
Contactz.ioとは何ですか?
Contactz.ioはContactz.ioによって開発されたChromeの拡張機能で、その主な機能は「Get contact details instantly!」です。
拡張機能のスクリーンショット
Contactz.io拡張機能のCRXファイルをダウンロード
Contactz.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |