Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
什么是Batch Reply for GMail?
Batch Reply for GMail是由mjbauer95开发的Chrome扩展程序,该扩展的主要功能是“Adds button to reply to all selected conversations on Gmail™.”。
扩展截图
下载Batch Reply for GMail扩展crx文件
下载Batch Reply for GMail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a reply button to the UI of Gmail™ to allow users to reply to a set of emails with the same response. Useful if you get many similar emails requiring the same response for each.
扩展基本信息
名称 | Batch Reply for GMail |
ID | jkeciloajjlchlmbjjogifpdkljppbei |
官方URL | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
简介 | Adds button to reply to all selected conversations on Gmail™. |
文件大小 | 37.19 KB |
安装次数 | 11,565 |
当前版本 | 7 |
更新时间 | 2015-05-28 |
上架时间 | 2015-05-28 |
评分 | 2.50/5 共129次评分 |
开发者 | mjbauer95 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Batch Reply for GMail", "description": "Adds button to reply to all selected conversations on Gmail\u2122.", "version": "7", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "reply.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "reply.png" ], "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2 } |