Quick Compose for Gmail™
Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.
什么是Quick Compose for Gmail™?
Quick Compose for Gmail™是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.”。
扩展截图
下载Quick Compose for Gmail™扩展crx文件
下载Quick Compose for Gmail™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use the keyboard shortcut (Alt+C), or the toolbar button. Select text and use the context menu option. You can also set subject text, recipient addresses and email body. Supports multiple Gmail or G Suite (Google Apps) accounts. Great tool to send email without opening (and getting distracted by) your Gmail inbox. Read more: https://browsernative.com/quick-compose-gmail-3109/ Send your feedback to [email protected]
扩展基本信息
名称 | Quick Compose for Gmail™ |
ID | gkgfjfgolebaenhefmjbldmmiiokabni |
官方URL | https://chromewebstore.google.com/detail/quick-compose-for-gmail/gkgfjfgolebaenhefmjbldmmiiokabni |
简介 | Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C. |
文件大小 | 46.15 KB |
安装次数 | 2,571 |
当前版本 | 0.8 |
更新时间 | 2019-09-18 |
上架时间 | 2019-09-17 |
评分 | 5.00/5 共22次评分 |
开发者 | https://browsernative.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/quick-compose-gmail-3109/ |
帮助页面URL | https://browsernative.com/quick-compose-gmail-3109/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Compose New Email" }, "description": "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.", "homepage_url": "https:\/\/browsernative.com\/quick-compose-gmail-3109\/", "icons": { "128": "static\/128.png", "48": "static\/48.png", "16": "static\/16.png" }, "manifest_version": 2, "options_ui": { "page": "options.html", "open_in_tab": true }, "name": "Quick Compose for Gmail\u2122", "version": "0.8", "permissions": [ "contextMenus", "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" } } } } |