Contacts
Bring Google Contacts front and center with this handy shortcut.
什么是Contacts?
Contacts是由https://vocal.email开发的Chrome扩展程序,该扩展的主要功能是“Bring Google Contacts front and center with this handy shortcut.”。
扩展截图
下载Contacts扩展crx文件
下载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 |
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" } } } } |