Batch Reply for GMail

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

Batch Reply for GMail là gì?

Batch Reply for GMail là một tiện ích mở rộng Chrome được phát triển bởi mjbauer95, và tính năng chính của nó là "Adds button to reply to all selected conversations on Gmail™.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Batch Reply for GMail

Tải xuống các tệp mở rộng Batch Reply for GMail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
URL Chính Thức https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
Mô tả Adds button to reply to all selected conversations on Gmail™.
Kích Thước Tệp 37.19 KB
Số Lần Cài Đặt 11,565
Phiên Bản Hiện Tại 7
Cập Nhật Lần Cuối 2015-05-28
Ngày Phát Hành 2015-05-28
Đánh Giá 2.50/5 Tổng số 129 Đánh Giá
Nhà Phát Triển mjbauer95
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}