EML Converter for Gmail

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

Wat is EML Converter for Gmail?

EML Converter for Gmail is een Chrome-extensie ontwikkeld door steven.lu.chrome, en de belangrijkste functie is "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie EML Converter for Gmail

Download EML Converter for Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EML Converter for Gmail EML Converter for Gmail
ID iadanfcnjlcfbcmkhhmcolamcekpjfeg
Officiële URL https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg
Beschrijving Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
Bestandsgrootte 34.88 KB
Aantal Installaties 4,966
Huidige Versie 1.5.0
Laatst Bijgewerkt 2022-01-06
Publicatiedatum 2020-04-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar steven.lu.chrome
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}