Contacts+ Connector

Easily add contacts to your address book with a single click

Contacts+ Connector란 무엇입니까?

Contacts+ Connector은(는) https://contactsplus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add contacts to your address book with a single click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Contacts+ Connector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}