Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
Qu'est-ce que Batch Reply for GMail ?
Batch Reply for GMail est une extension Chrome développée par mjbauer95, et sa fonction principale est "Adds button to reply to all selected conversations on Gmail™.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Batch Reply for GMail
Téléchargez les fichiers d'extension Batch Reply for GMail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Batch Reply for GMail |
ID | jkeciloajjlchlmbjjogifpdkljppbei |
URL Officiel | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
Description | Adds button to reply to all selected conversations on Gmail™. |
Taille du Fichier | 37.19 KB |
Nombre d'Installations | 11,565 |
Version Actuelle | 7 |
Dernière Mise à Jour | 2015-05-28 |
Date de Publication | 2015-05-28 |
Évaluation | 2.50/5 Total 129 Évaluations |
Développeur | mjbauer95 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |