EML Converter for Gmail
Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
Cos'è EML Converter for Gmail?
EML Converter for Gmail è un'estensione di Chrome sviluppata da steven.lu.chrome, e la sua funzione principale è "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EML Converter for Gmail
Scarica i file di estensione EML Converter for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | EML Converter for Gmail |
ID | iadanfcnjlcfbcmkhhmcolamcekpjfeg |
URL Ufficiale | https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg |
Descrizione | Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email… |
Dimensione del File | 34.88 KB |
Conteggio Installazioni | 4,966 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2022-01-06 |
Data di Pubblicazione | 2020-04-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | steven.lu.chrome |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |