EML Converter for Gmail

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

Apa itu EML Converter for Gmail?

EML Converter for Gmail adalah ekstensi Chrome yang dikembangkan oleh steven.lu.chrome, dan fitur utamanya adalah "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi EML Converter for Gmail

Unduh file ekstensi EML Converter for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama EML Converter for Gmail EML Converter for Gmail
ID iadanfcnjlcfbcmkhhmcolamcekpjfeg
URL Resmi https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg
Deskripsi Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
Ukuran File 34.88 KB
Jumlah Instalasi 4,966
Versi Saat Ini 1.5.0
Terakhir Diperbarui 2022-01-06
Tanggal Publikasi 2020-04-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang steven.lu.chrome
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}