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™.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | jkeciloajjlchlmbjjogifpdkljppbei | 
| 官方網址 | 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 | 
| 電子郵箱 | [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
}  |  |