EML Converter for Gmail

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

Vad är EML Converter for Gmail?

EML Converter for Gmail är en Chrome-tillägg utvecklad av steven.lu.chrome, och dess huvudfunktion är "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner EML Converter for Gmail-förlängningens CRX-fil

Ladda ner EML Converter for Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn EML Converter for Gmail EML Converter for Gmail
ID iadanfcnjlcfbcmkhhmcolamcekpjfeg
Officiell webbadress https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg
Beskrivning Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
Filstorlek 34.88 KB
Antal Installationer 4,966
Aktuell Version 1.5.0
Senast Uppdaterad 2022-01-06
Publiceringsdatum 2020-04-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare steven.lu.chrome
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}