Contact Share for Google Contacts

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

What is Contact Share for Google Contacts?

Contact Share for Google Contacts is a Chrome extension developed by https://contactshare.io, and its main feature is "the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Contact Share for Google Contacts Extension CRX File

Download Contact Share for Google Contacts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Contact Share for Google Contacts Contact Share for Google Contacts
ID fmbehbgegmmidackgnpnfifhegbnnpek
Official URL https://chromewebstore.google.com/detail/contact-share-for-google/fmbehbgegmmidackgnpnfifhegbnnpek
Description the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.
File Size 499 KB
Installation Count 161
Current Version 0.0.1.0002
Last Updated 2020-07-06
Publish Date 2020-06-30
Developer https://contactshare.io
Email [email protected]
Payment Type free
Extension Website https://contactshare.io
Help Page URL https://contactshare.io#faq
Privacy Policy Page URL https://contacteditor.io/privacy.html
Supported Languages 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"
    ]
}