Multi Forward for Gmail

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

Was ist Multi Forward for Gmail?

Multi Forward for Gmail ist eine Chrome-Erweiterung, die von karan173 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows users to forward multiple emails through the Gmail website. For more information, see-…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Multi Forward for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Multi Forward for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Multi Forward for Gmail Multi Forward for Gmail
ID jjmdplljmniahpamcmabdnahmjdlikpm
Offizielle URL https://chromewebstore.google.com/detail/multi-forward-for-gmail/jjmdplljmniahpamcmabdnahmjdlikpm
Beschreibung This extension allows users to forward multiple emails through the Gmail website. For more information, see-…
Dateigröße 127 KB
Installationsanzahl 160,508
Aktuelle Version 3.0
Letztes Update 2016-11-11
Veröffentlichungsdatum 2016-11-11
Bewertung 3.46/5 Insgesamt 2350 Bewertungen
Entwickler karan173
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/karan173/Multi-Forward-for-Gmail
Hilfeseite URL https://github.com/karan173/Multi-Forward-for-Gmail
URL der Datenschutzrichtlinien-Seite https://github.com/karan173/Multi-Forward-for-Gmail/wiki/Technical-Overview-and-Privacy-Policy
Unterstützte Sprachen 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\/*"
    ]
}