HTML template Gmail
Apply html templates to mails
什么是HTML template Gmail?
HTML template Gmail是由donxd开发的Chrome扩展程序,该扩展的主要功能是“Apply html templates to mails”。
扩展截图
下载HTML template Gmail扩展crx文件
下载HTML template Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Can you make look your emails amazing using HTML code. This extension helps you to apply that content with a few clicks. Try it
扩展基本信息
名称 | HTML template Gmail |
ID | omafniemnnaphcfgflnblhknnhdmndhg |
官方URL | https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg |
简介 | Apply html templates to mails |
文件大小 | 16.66 KB |
安装次数 | 686 |
当前版本 | 0.0.3 |
更新时间 | 2020-07-27 |
上架时间 | 2020-06-07 |
开发者 | donxd |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML template Gmail", "short_name": "mail-tmplt", "version": "0.0.3", "description": "Apply html templates to mails", "minimum_chrome_version": "18", "icons": { "16": "ico-16.png", "48": "ico-48.png", "128": "ico-128.png" }, "permissions": [ "*:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "template.js" ], "run_at": "document_end" } ] } |