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によって開発されたChromeの拡張機能で、その主な機能は「Automatically saves emails from Gmail to .eml files. Instructions: 1, Download and install the extension 2, Open your email…」です。

拡張機能のスクリーンショット

screenshot
screenshot

EML Converter for Gmail拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}