Contacts

Bring Google Contacts front and center with this handy shortcut.

Τι είναι το Contacts;

Το Contacts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vocal.email, και η κύρια λειτουργία του είναι "Bring Google Contacts front and center with this handy shortcut.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Contacts

Λήψη αρχείων επέκτασης Contacts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Contacts Contacts
ID pjpambjkhcilibnmeihhfgdkhfelbdkj
Επίσημο URL https://chromewebstore.google.com/detail/contacts/pjpambjkhcilibnmeihhfgdkhfelbdkj
Περιγραφή Bring Google Contacts front and center with this handy shortcut.
Μέγεθος Αρχείου 57.88 KB
Αριθμός Εγκαταστάσεων 27,898
Τρέχουσα Έκδοση 12.3.9
Τελευταία Ενημέρωση 2021-06-23
Ημερομηνία Δημοσίευσης 2020-06-10
Αξιολόγηση 4.13/5 Συνολικά 200 Αξιολογήσεις
Προγραμματιστής https://vocal.email
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://vocal.email
Διεύθυνση URL της Σελίδας Βοήθειας https://vocal.email/help
URL της Σελίδας Πολιτικής Απορρήτου https://nat.app/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
            }
        }
    }
}