Contacts

Bring Google Contacts front and center with this handy shortcut.

Qu'est-ce que Contacts ?

Contacts est une extension Chrome développée par https://vocal.email, et sa fonction principale est "Bring Google Contacts front and center with this handy shortcut.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Contacts

Téléchargez les fichiers d'extension 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

                        Sending audio notes is great! We do it all the time in Whatsapp or iMessage. You can use this extension to send vocal messages to your contacts straight from Gmail!

The extension works easily and does not require any third party software. Your contacts will receive the audio message in their inbox and they can listen to it without having to open a web page or anything.

Your audio data is only stored locally and never saved so you can be safe that your audio messages are only heard by you and your contacts. No one else.

This extension is built by Nat.app, an Executive CRM (relationship management tool) that automatically figures out when you lose touch with someone.

We are not affiliated with Google LLC or Alphabet Inc. You can learn more about Google Contacts here: https://en.wikipedia.org/wiki/Google_Contacts                    

Informations de Base sur l'Extension

Nom Contacts Contacts
ID pjpambjkhcilibnmeihhfgdkhfelbdkj
URL Officiel https://chromewebstore.google.com/detail/contacts/pjpambjkhcilibnmeihhfgdkhfelbdkj
Description Bring Google Contacts front and center with this handy shortcut.
Taille du Fichier 57.88 KB
Nombre d'Installations 27,898
Version Actuelle 12.3.9
Dernière Mise à Jour 2021-06-23
Date de Publication 2020-06-10
Évaluation 4.13/5 Total 200 Évaluations
Développeur https://vocal.email
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vocal.email
URL de la Page d'Aide https://vocal.email/help
URL de la Page de Politique de Confidentialité https://nat.app/privacy-policy
Langues Prises en Charge de,en,fil,fr,sw,nl,tr,es,it,pl,pt-BR,el,ru,uk,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "12.3.9",
    "manifest_version": 2,
    "icons": {
        "16": "imgs\/icon_16.png",
        "48": "imgs\/icon_48.png",
        "64": "imgs\/icon_64.png",
        "128": "imgs\/icon_128.png",
        "256": "imgs\/icon_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "imgs\/icon_128.png",
        "default_title": "__MSG_extName__"
    },
    "commands": {
        "open-google": {
            "description": "__MSG_extDesc__",
            "suggested_key": {
                "default": "Ctrl+Shift+C"
            }
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}