Multi Forward for Gmail

This extension allows users to forward multiple emails through the Gmail website. For more information, see-…

什麼是Multi Forward for Gmail?

Multi Forward for Gmail是由karan173開發的Chrome擴展程式,該擴展的主要功能是“This extension allows users to forward multiple emails through the Gmail website. For more information, see-…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Multi Forward for Gmail擴展crx文件

下載Multi Forward for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows users to forward multiple emails through the Gmail website. 

For more information, see- https://github.com/karan173/Multi-Forward-for-Gmail                    

擴展基本資訊

名稱 Multi Forward for Gmail Multi Forward for Gmail
ID jjmdplljmniahpamcmabdnahmjdlikpm
官方網址 https://chromewebstore.google.com/detail/multi-forward-for-gmail/jjmdplljmniahpamcmabdnahmjdlikpm
簡介 This extension allows users to forward multiple emails through the Gmail website. For more information, see-…
檔案大小 127 KB
安裝次數 160,508
目前版本 3.0
更新時間 2016-11-11
上架時間 2016-11-11
評分 3.46/5 共 2350 次評分
開發者 karan173
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/karan173/Multi-Forward-for-Gmail
說明頁面URL https://github.com/karan173/Multi-Forward-for-Gmail
隱私政策頁面URL https://github.com/karan173/Multi-Forward-for-Gmail/wiki/Technical-Overview-and-Privacy-Policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "name": "Multi Forward for Gmail",
    "version": "3.0",
    "permissions": [
        "identity",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Multi-Forward For Gmail",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_script.css"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhSzzwzhfm9aOlPkC1638ZLgkQuj4y4rJfORmqcsoLVyxi+of4ULh\/rzLr3pD7kqpYSzE46OnOkIsJk8otCJG06zQs4RFwrbB8ErjQ6tulViAObBP4qAsurxD11qvgERZdQvY0TZrj8+wJC9EvgboP1v9aJimeSA0NL7BbtSl8hQXUN\/rVSIoC9kPkfM9eZpxfqppjuRbX4ULRp2cpkttixa\/2QJiaX0gc9b87xP7M7kKmbzUxLBlu+0zFDviXasuA5GS2AZ8ET+jPo6xKBkc8RNH25+jCICMQwcjpGvffJJZCVlXIW3LrtRyh1i2lm3zUvOUHlIehc\/JYo6RGtkDDwIDAQAB",
    "web_accessible_resources": [
        "icons\/*"
    ]
}