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…".
Снимки экрана расширения
Скачать файл 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.                     Основная информация о расширении
| Название |   |  
| 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"
            ]
        }
    ]
}  |  |