EML Converter for Gmail
Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
Hvad er EML Converter for Gmail?
EML Converter for Gmail er en Chrome-udvidelse udviklet af steven.lu.chrome, og dens hovedfunktion er "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…".
Udvidelsesskærmbilleder
Download EML Converter for Gmail-udvidelses-CRX-fil
Download EML Converter for Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | EML Converter for Gmail |
ID | iadanfcnjlcfbcmkhhmcolamcekpjfeg |
Officiel URL | https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg |
Beskrivelse | Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email… |
Filstørrelse | 34.88 KB |
Antal Installationer | 4,966 |
Nuværende Version | 1.5.0 |
Senest Opdateret | 2022-01-06 |
Udgivelsesdato | 2020-04-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | steven.lu.chrome |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |