Contact Share for Google Contacts

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

Qu'est-ce que Contact Share for Google Contacts ?

Contact Share for Google Contacts est une extension Chrome développée par https://contactshare.io, et sa fonction principale est "the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Contact Share for Google Contacts

Téléchargez les fichiers d'extension Contact Share for Google Contacts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Contact Share for Google Contacts Contact Share for Google Contacts
ID fmbehbgegmmidackgnpnfifhegbnnpek
URL Officiel 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.
Taille du Fichier 499 KB
Nombre d'Installations 161
Version Actuelle 0.0.1.0002
Dernière Mise à Jour 2020-07-06
Date de Publication 2020-06-30
Développeur https://contactshare.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://contactshare.io
URL de la Page d'Aide https://contactshare.io#faq
URL de la Page de Politique de Confidentialité https://contacteditor.io/privacy.html
Langues Prises en Charge 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"
    ]
}