Batch Reply for GMail

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

¿Qué es Batch Reply for GMail?

Batch Reply for GMail es una extensión de Chrome desarrollada por mjbauer95, y su función principal es "Adds button to reply to all selected conversations on Gmail™.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Batch Reply for GMail

Descarga archivos de extensión Batch Reply for GMail en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
URL Oficial https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
Descripción Adds button to reply to all selected conversations on Gmail™.
Tamaño del Archivo 37.19 KB
Cantidad de Instalaciones 11,565
Versión Actual 7
Última Actualización 2015-05-28
Fecha de Publicación 2015-05-28
Calificación 2.50/5 Total de 129 Calificaciones
Desarrollador mjbauer95
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}