Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
Hvad er Batch Reply for GMail?
Batch Reply for GMail er en Chrome-udvidelse udviklet af mjbauer95, og dens hovedfunktion er "Adds button to reply to all selected conversations on Gmail™.".
Udvidelsesskærmbilleder
Download Batch Reply for GMail-udvidelses-CRX-fil
Download Batch Reply for GMail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Batch Reply for GMail |
ID | jkeciloajjlchlmbjjogifpdkljppbei |
Officiel URL | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
Beskrivelse | Adds button to reply to all selected conversations on Gmail™. |
Filstørrelse | 37.19 KB |
Antal Installationer | 11,565 |
Nuværende Version | 7 |
Senest Opdateret | 2015-05-28 |
Udgivelsesdato | 2015-05-28 |
Bedømmelse | 2.50/5 Samlet 129 Bedømmelser |
Udvikler | mjbauer95 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |