Contact Share for Google Contacts

the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.

什麼是Contact Share for Google Contacts?

Contact Share for Google Contacts是由https://contactshare.io開發的Chrome擴展程式,該擴展的主要功能是“the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Contact Share for Google Contacts擴展crx文件

下載Contact Share for Google Contacts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Contact Share - simple, fast, and convenient tool to share Google contacts with users inside or outside of your organization.

With Contact Share, you can effortlessly share thousands of your contacts with other Google users at once.

Pick a group from your contact list, enter the recipient’s gmail address - and share! Once the recipient accepts the shared group, all contacts will be synced to their own Google account and saved on their mobile phone.

You can also assign different access permissions to other users, and set up automatic synchronization which will regularly update the shared contact group details among all users that are sharing the contact group.

Contact Share will also give you access to Contact Editor, a Google contact manager that lets you organize your contacts in a spreadsheet format on your PC.


With Contact Share, you can:

✪ Get access to Google contact organizing solution Contact Editor
✪ Share unlimited number of groups and contacts
✪ Share contact groups with external domain users
✪ Assign access permission to the shared group recipients
✪ Set up shared contact group automatic synchronization

Contact Sharing has never been easier.

_
한번의 클릭으로 간편하게 연락처를 공유하세요!

조직내에 있는 사용자 또는 다른 사용자와 연락처을 공유하고, 변경된 연락처 역시 최신의 정보로 유지하세요.
수백개, 수천개의 연락처를 다른 사용자의 핸드폰에 빠르고 간편하게 자동으로 공유합니다.

간편한 연락처 공유 : 구글 주소록에 저장되어 있는 연락처 그룹을 선택하세요. 그리고 공유할 사용자의 메일 주소를 입력하면 끝.
손쉬운 연락처 수정/정리 : 지금까지 미뤄왔던 연락처 정리, 컨택에디터가 컨택쉐어에는 포함되어 있습니다.
연락처 공유 자동 동기화 : 연락처 그룹이 일정 시간마다 자동 동기화가 됩니다.

단 한번의 클릭으로 구글연락처를 공유할 수 있는 연락처 관리서비스, 컨택쉐어를 지금 바로 무료로 만나보세요!
_


No personal information is transmitted to any external sources through Contact Share and it does not collect or save any personal information but only provide API connection between users' browser and Google servers.                    

擴展基本資訊

名稱 Contact Share for Google Contacts Contact Share for Google Contacts
ID fmbehbgegmmidackgnpnfifhegbnnpek
官方網址 https://chromewebstore.google.com/detail/contact-share-for-google/fmbehbgegmmidackgnpnfifhegbnnpek
簡介 the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.
檔案大小 499 KB
安裝次數 161
目前版本 0.0.1.0002
更新時間 2020-07-06
上架時間 2020-06-30
開發者 https://contactshare.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://contactshare.io
說明頁面URL https://contactshare.io#faq
隱私政策頁面URL https://contacteditor.io/privacy.html
支援的語言 en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "ContactShare",
    "version": "0.0.1.0002",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/favicon\/favicon_128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "static\/img\/favicon\/favicon_128x128.png",
        "48": "static\/img\/favicon\/favicon_128x128.png",
        "128": "static\/img\/favicon\/favicon_128x128.png"
    },
    "web_accessible_resources": [
        "static\/img\/favicon\/favicon_128x128.png"
    ]
}