Batch Reply for Gmail™

A chrome extension that makes it possible to reply to all selected conversations in Gmail™ at once.

Wat is Batch Reply for Gmail™?

Batch Reply for Gmail™ is een Chrome-extensie ontwikkeld door Elad Nava, en de belangrijkste functie is "A chrome extension that makes it possible to reply to all selected conversations in Gmail™ at once.".

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

                        Simply go to https://mail.google.com/, select conversations you want to reply to, and click the "Reply" button at the top of the screen!

This extension is open-source.
https://github.com/eladnava/batch-reply-for-gmail

Gmail™ is a registered trademark of Google. This extension is unaffiliated with Google.                    

Basisinformatie over de Extensie

Naam Batch Reply for Gmail™ Batch Reply for Gmail™
ID hclnmjfbjpemfjgcakmbpjkbclchmaig
Officiële URL https://chromewebstore.google.com/detail/batch-reply-for-gmail/hclnmjfbjpemfjgcakmbpjkbclchmaig
Beschrijving A chrome extension that makes it possible to reply to all selected conversations in Gmail™ at once.
Bestandsgrootte 65.17 KB
Aantal Installaties 10,329
Huidige Versie 1.1
Laatst Bijgewerkt 2014-08-19
Publicatiedatum 2014-08-19
Beoordeling 3.06/5 Totaal 33 Beoordelingen
Ontwikkelaar Elad Nava
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Batch Reply for Gmail\u2122",
    "description": "A chrome extension that makes it possible to reply to all selected conversations in Gmail\u2122 at once.",
    "manifest_version": 2,
    "version": "1.1",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ]
}