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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में EML Converter for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}