Contacts
Bring Google Contacts front and center with this handy shortcut.
Contacts क्या है?
Contacts https://vocal.email द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring Google Contacts front and center with this handy shortcut."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Contacts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } } } |