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 擴展基本資訊
| 名稱 | |
| ID | omafniemnnaphcfgflnblhknnhdmndhg |
| 官方網址 | 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"
}
]
} | |