Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
Was ist Batch Reply for GMail?
Batch Reply for GMail ist eine Chrome-Erweiterung, die von mjbauer95 entwickelt wurde, und ihr Hauptmerkmal ist "Adds button to reply to all selected conversations on Gmail™.".
Erweiterungsscreenshots
Batch Reply for GMail-Erweiterungs-CRX-Datei herunterladen
Laden Sie Batch Reply for GMail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | jkeciloajjlchlmbjjogifpdkljppbei | 
| Offizielle URL | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei | 
| Beschreibung | Adds button to reply to all selected conversations on Gmail™. | 
| Dateigröße | 37.19 KB | 
| Installationsanzahl | 11,565 | 
| Aktuelle Version | 7 | 
| Letztes Update | 2015-05-28 | 
| Veröffentlichungsdatum | 2015-05-28 | 
| Bewertung | 2.50/5 Insgesamt 129 Bewertungen | 
| Entwickler | mjbauer95 | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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
}  |  |