Batch Reply for GMail

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

Apa itu Batch Reply for GMail?

Batch Reply for GMail adalah ekstensi Chrome yang dikembangkan oleh mjbauer95, dan fitur utamanya adalah "Adds button to reply to all selected conversations on Gmail™.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Batch Reply for GMail

Unduh file ekstensi Batch Reply for GMail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
URL Resmi https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
Deskripsi Adds button to reply to all selected conversations on Gmail™.
Ukuran File 37.19 KB
Jumlah Instalasi 11,565
Versi Saat Ini 7
Terakhir Diperbarui 2015-05-28
Tanggal Publikasi 2015-05-28
Penilaian 2.50/5 Total 129 Penilaian
Pengembang mjbauer95
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}