Contactz.io
Get contact details instantly!
Contactz.io क्या है?
Contactz.io Contactz.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get contact details instantly!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Contactz.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |