Contacts+ Social Clip

Easily add contacts to your address book with a single click.

Contacts+ Social Clip क्या है?

Contacts+ Social Clip https://contactsplus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily add contacts to your address book with a single click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Contacts+ Social Clip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly add a social network profile 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+ Social Clip 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 toolbar indicator to light up. Click the indicator 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 address book!

Do you have a template based site that it doesn't work on? Let us know, or let a developer know, the extraction tool behind the scenes is open source software.

Requirements

- Contacts+ account

FAQ

Why doesn't this extension work with LinkedIn?

LinkedIn is a walled garden of user owned data. If they detect users using extensions that aid in copying user profile data they will suspend your account. While we have a philosophical difference of opinion, we don't want to be responsible for your account being locked out. Here is the language from their User Agreement:

8.2 Don'ts
k. Develop, support or use software, devices, scripts, robots, or any other means or processes (including crawlers, browser plugins and add-ons, or any other technology or manual work) to scrape the Services or otherwise copy profiles and other data from the Services;                    

एक्सटेंशन की मूल जानकारी

नाम Contacts+ Social Clip Contacts+ Social Clip
ID lcmpdlaanfmmpbnkkmbcnjpgomncgill
आधिकारिक URL https://chromewebstore.google.com/detail/contacts+-social-clip/lcmpdlaanfmmpbnkkmbcnjpgomncgill
विवरण Easily add contacts to your address book with a single click.
फ़ाइल का आकार 954 KB
स्थापना संख्या 2,039
वर्तमान संस्करण 20.7.27.2
अंतिम अपडेट 2020-11-25
प्रकाशन तिथि 2019-05-17
रेटिंग 2.11/5 कुल 19 रेटिंग्स
डेवलपर https://contactsplus.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.contactsplus.com/integrations/social-clip
सहायता पृष्ठ 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": 2,
    "name": "Contacts+ Social Clip",
    "version": "20.7.27.2",
    "author": "Contacts+",
    "description": "Easily add contacts to your address book with a single click.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "triforce.js",
                "triforce.js",
                "src\/bundles\/helper.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "storage",
        "https:\/\/*.contactsplus.com\/*"
    ],
    "homepage_url": "https:\/\/www.contactsplus.com\/integrations\/social-clip",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "background": {
        "page": "src\/views\/global.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon-96.png"
        },
        "default_title": "Add Contact to Contacts+",
        "default_popup": "src\/views\/popover.html"
    }
}