EML Converter for Gmail
Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
Co to jest EML Converter for Gmail?
EML Converter for Gmail to rozszerzenie Chrome opracowane przez steven.lu.chrome, a jego główną funkcją jest „Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EML Converter for Gmail
Pobierz pliki rozszerzeń EML Converter for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | EML Converter for Gmail |
ID | iadanfcnjlcfbcmkhhmcolamcekpjfeg |
Oficjalny URL | https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg |
Opis | Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email… |
Rozmiar pliku | 34.88 KB |
Liczba instalacji | 4,966 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2022-01-06 |
Data Publikacji | 2020-04-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | steven.lu.chrome |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |