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