Batch Reply for GMail

Adds button to reply to all selected conversations on Gmail™.

Wat is Batch Reply for GMail?

Batch Reply for GMail is een Chrome-extensie ontwikkeld door mjbauer95, en de belangrijkste functie is "Adds button to reply to all selected conversations on Gmail™.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Batch Reply for GMail

Download Batch Reply for GMail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
Officiële URL https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
Beschrijving Adds button to reply to all selected conversations on Gmail™.
Bestandsgrootte 37.19 KB
Aantal Installaties 11,565
Huidige Versie 7
Laatst Bijgewerkt 2015-05-28
Publicatiedatum 2015-05-28
Beoordeling 2.50/5 Totaal 129 Beoordelingen
Ontwikkelaar mjbauer95
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}