Gmail composer
to compose an email directly
什么是Gmail composer?
Gmail composer是由tolanitechnosoft开发的Chrome扩展程序,该扩展的主要功能是“to compose an email directly”。
扩展截图
下载Gmail composer扩展crx文件
下载Gmail composer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Compose email from the logged in Gmail account on Google Chrome browser in just one click. Simply click on the extension icon and it will load 'Compose Email' screen for the logged in Gmail account on your Google Chrome browser as shown in the image.
扩展基本信息
名称 | |
ID | jpjdeadkghlkagcbmlgefnlehdcpifpf |
官方URL | https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf |
简介 | to compose an email directly |
文件大小 | 19.62 KB |
安装次数 | 211 |
当前版本 | 1.0.1 |
更新时间 | 2020-10-08 |
上架时间 | 2020-10-08 |
评分 | 5.00/5 共2次评分 |
开发者 | tolanitechnosoft |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail composer", "description": "to compose an email directly ", "version": "1.0.1", "icons": { "128": "Final_128.png" }, "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "Final_128.png" }, "permissions": [ "tabs" ] } |