Multi Forward for Gmail

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

Cos'è Multi Forward for Gmail?

Multi Forward for Gmail è un'estensione di Chrome sviluppata da karan173, e la sua funzione principale è "This extension allows users to forward multiple emails through the Gmail website. For more information, see-…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Multi Forward for Gmail

Scarica i file di estensione Multi Forward for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Multi Forward for Gmail Multi Forward for Gmail
ID jjmdplljmniahpamcmabdnahmjdlikpm
URL Ufficiale https://chromewebstore.google.com/detail/multi-forward-for-gmail/jjmdplljmniahpamcmabdnahmjdlikpm
Descrizione This extension allows users to forward multiple emails through the Gmail website. For more information, see-…
Dimensione del File 127 KB
Conteggio Installazioni 160,508
Versione Corrente 3.0
Ultimo Aggiornamento 2016-11-11
Data di Pubblicazione 2016-11-11
Valutazione 3.46/5 Totale 2350 Valutazioni
Sviluppatore karan173
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/karan173/Multi-Forward-for-Gmail
URL della Pagina di Aiuto https://github.com/karan173/Multi-Forward-for-Gmail
URL della Pagina della Politica sulla Privacy https://github.com/karan173/Multi-Forward-for-Gmail/wiki/Technical-Overview-and-Privacy-Policy
Lingue Supportate 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\/*"
    ]
}