Batch Reply for GMail

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

Co to jest Batch Reply for GMail?

Batch Reply for GMail to rozszerzenie Chrome opracowane przez mjbauer95, a jego główną funkcją jest „Adds button to reply to all selected conversations on Gmail™.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Batch Reply for GMail

Pobierz pliki rozszerzeń Batch Reply for GMail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
Oficjalny URL https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
Opis Adds button to reply to all selected conversations on Gmail™.
Rozmiar pliku 37.19 KB
Liczba instalacji 11,565
Aktualna Wersja 7
Ostatnia Aktualizacja 2015-05-28
Data Publikacji 2015-05-28
Ocena 2.50/5 Łącznie 129 Oceny
Deweloper mjbauer95
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}