Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
Vad är Batch Reply for GMail?
Batch Reply for GMail är en Chrome-tillägg utvecklad av mjbauer95, och dess huvudfunktion är "Adds button to reply to all selected conversations on Gmail™.".
Tilläggsskärmbilder
Ladda ner Batch Reply for GMail-förlängningens CRX-fil
Ladda ner Batch Reply for GMail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Batch Reply for GMail |
ID | jkeciloajjlchlmbjjogifpdkljppbei |
Officiell webbadress | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
Beskrivning | Adds button to reply to all selected conversations on Gmail™. |
Filstorlek | 37.19 KB |
Antal Installationer | 11,565 |
Aktuell Version | 7 |
Senast Uppdaterad | 2015-05-28 |
Publiceringsdatum | 2015-05-28 |
Betyg | 2.50/5 Totalt 129 Betyg |
Utvecklare | mjbauer95 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |