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é es Contact Share for Google Contacts?

Contact Share for Google Contacts es una extensión de Chrome desarrollada por https://contactshare.io, y su función principal es "the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Contact Share for Google Contacts

Descarga archivos de extensión Contact Share for Google Contacts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Contact Share for Google Contacts Contact Share for Google Contacts
ID fmbehbgegmmidackgnpnfifhegbnnpek
URL Oficial https://chromewebstore.google.com/detail/contact-share-for-google/fmbehbgegmmidackgnpnfifhegbnnpek
Descripción the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.
Tamaño del Archivo 499 KB
Cantidad de Instalaciones 161
Versión Actual 0.0.1.0002
Última Actualización 2020-07-06
Fecha de Publicación 2020-06-30
Desarrollador https://contactshare.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://contactshare.io
URL de la Página de Ayuda https://contactshare.io#faq
URL de la Página de Política de Privacidad https://contacteditor.io/privacy.html
Idiomas Soportados 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"
    ]
}