Contacts+ Connector
Easily add contacts to your address book with a single click
Contacts+ Connector क्या है?
Contacts+ Connector https://contactsplus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily add contacts to your address book with a single click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Contacts+ Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly add any web contact information to your Contacts+ address book. Contacts+ allows you to add context to your relationships with its smart, cloud-based address book. You can access your address book from anywhere, on any device, all while syncing your contacts with the services you already use such as Google, iCloud, and Office 365. Contacts+ Connector gives you the ability to quickly add contacts into your address book right from your browser toolbar. Visit a social profile page and look for the Contacts+ toolbar icon. Click the icon and at the click of the button the contact will be added to your address book. It's the quickest way to add contacts to your Contacts+ address book! =================== User Responsibility Contacts+ Connector is a proprietary algorithm that retrieves publicly available contact data from webpages. In using the Contacts+ Connector extension to manage contact data, users are responsible for keeping in adherence to the User Agreement of LinkedIn or any other third party platform. Using Contacts+ Connector in a way that breaches the User Agreement of LinkedIn or other third party platforms may result in a locked account or revoked license.
एक्सटेंशन की मूल जानकारी
नाम | Contacts+ Connector |
ID | cafaanchfgheihlpacmmpaebfmjiimfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/contacts+-connector/cafaanchfgheihlpacmmpaebfmjiimfo |
विवरण | Easily add contacts to your address book with a single click |
फ़ाइल का आकार | 493 KB |
स्थापना संख्या | 3,218 |
वर्तमान संस्करण | 1.3.3 |
अंतिम अपडेट | 2024-01-29 |
प्रकाशन तिथि | 2022-01-24 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://contactsplus.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.contactsplus.com |
सहायता पृष्ठ URL | https://support.contactsplus.com |
गोपनीयता नीति पृष्ठ URL | https://www.contactsplus.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Contacts+ Connector", "version": "1.3.3", "author": "Contacts+", "description": "Easily add contacts to your address book with a single click", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "triforce.js", "helper.js" ] } ], "permissions": [ "tabs", "background", "storage" ], "host_permissions": [ "https:\/\/*.contactsplus.com\/*" ], "homepage_url": "https:\/\/www.contactsplus.com\/integrations\/connector\/", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "loader.js" }, "action": { "default_icon": [], "default_title": "Add Contact to Contacts+", "default_popup": "popover.html" } } |