Contacts+ Social Clip
Easily add contacts to your address book with a single click.
什麼是Contacts+ Social Clip?
Contacts+ Social Clip是由https://contactsplus.com開發的Chrome擴展程式,該擴展的主要功能是“Easily add contacts to your address book with a single click.”。
擴展截圖
下載Contacts+ Social Clip擴展crx文件
下載Contacts+ Social Clip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | lcmpdlaanfmmpbnkkmbcnjpgomncgill |
官方網址 | 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" } } |