EML Converter for Gmail

Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…

Was ist EML Converter for Gmail?

EML Converter for Gmail ist eine Chrome-Erweiterung, die von steven.lu.chrome entwickelt wurde, und ihr Hauptmerkmal ist "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…".

Erweiterungsscreenshots

screenshot
screenshot

EML Converter for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie EML Converter 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

                        Automatically saves emails from Gmail to .eml files.

Instructions: 

1, Download and install the extension
2, Open your email through Gmail via Chrome browser
3, Click on the 3 vertical dots in the message WITHIN your actual email
4, Click on "Show Original"
5, Wa-la! Your download should start automatically.

Have fun, and thank you for the support.                    

Grundlegende Informationen zur Erweiterung

Name EML Converter for Gmail EML Converter for Gmail
ID iadanfcnjlcfbcmkhhmcolamcekpjfeg
Offizielle URL https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg
Beschreibung Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
Dateigröße 34.88 KB
Installationsanzahl 4,966
Aktuelle Version 1.5.0
Letztes Update 2022-01-06
Veröffentlichungsdatum 2020-04-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler steven.lu.chrome
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EML Converter for Gmail",
    "version": "1.5.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*\/?ik=*",
                "http:\/\/mail.google.com\/mail\/u\/*\/?ik=*"
            ],
            "js": [
                "thirdParty\/jQuery.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*",
                "http:\/\/mail.google.com\/mail\/u\/*"
            ],
            "js": [
                "thirdParty\/jQuery.js",
                "hotkey.js"
            ]
        }
    ]
}