Batch Reply for GMail

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

Batch Reply for GMailとは何ですか?

Batch Reply for GMailはmjbauer95によって開発されたChromeの拡張機能で、その主な機能は「Adds button to reply to all selected conversations on Gmail™.」です。

拡張機能のスクリーンショット

screenshot

Batch Reply for GMail拡張機能のCRXファイルをダウンロード

Batch Reply for GMail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
公式URL https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
説明 Adds button to reply to all selected conversations on Gmail™.
ファイルサイズ 37.19 KB
インストール数 11,565
現在のバージョン 7
最終更新日 2015-05-28
公開日 2015-05-28
評価 2.50/5 合計 129 レビュー
開発者 mjbauer95
Eメール [email protected]
支払い方法 free
対応言語 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
}