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…”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |