Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
What is Batch Reply for GMail?
Batch Reply for GMail is a Chrome extension developed by mjbauer95, and its main feature is "Adds button to reply to all selected conversations on Gmail™.".
Extension Screenshots
Download Batch Reply for GMail Extension CRX File
Download Batch Reply for GMail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Batch Reply for GMail |
ID | jkeciloajjlchlmbjjogifpdkljppbei |
Official URL | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
Description | Adds button to reply to all selected conversations on Gmail™. |
File Size | 37.19 KB |
Installation Count | 11,565 |
Current Version | 7 |
Last Updated | 2015-05-28 |
Publish Date | 2015-05-28 |
Rating | 2.50/5 Total 129 Ratings |
Developer | mjbauer95 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |