EML Converter for Gmail

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

EML Converter for Gmailคืออะไร?

EML Converter for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steven.lu.chrome และคุณลักษณะหลักของมันคือ "Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EML Converter for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย EML Converter for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EML Converter for Gmail EML Converter for Gmail
ID iadanfcnjlcfbcmkhhmcolamcekpjfeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eml-converter-for-gmail/iadanfcnjlcfbcmkhhmcolamcekpjfeg
คำอธิบาย Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…
ขนาดไฟล์ 34.88 KB
จำนวนการติดตั้ง 4,966
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2022-01-06
วันที่เผยแพร่ 2020-04-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา steven.lu.chrome
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}