Batch Reply for GMail

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

Cos'è Batch Reply for GMail?

Batch Reply for GMail è un'estensione di Chrome sviluppata da mjbauer95, e la sua funzione principale è "Adds button to reply to all selected conversations on Gmail™.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Batch Reply for GMail

Scarica i file di estensione Batch Reply for GMail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
URL Ufficiale https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
Descrizione Adds button to reply to all selected conversations on Gmail™.
Dimensione del File 37.19 KB
Conteggio Installazioni 11,565
Versione Corrente 7
Ultimo Aggiornamento 2015-05-28
Data di Pubblicazione 2015-05-28
Valutazione 2.50/5 Totale 129 Valutazioni
Sviluppatore mjbauer95
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}