HTML template Gmail
Apply html templates to mails
Was ist HTML template Gmail?
HTML template Gmail ist eine Chrome-Erweiterung, die von donxd entwickelt wurde, und ihr Hauptmerkmal ist "Apply html templates to mails".
Erweiterungsscreenshots
HTML template Gmail-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTML template Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Can you make look your emails amazing using HTML code.
This extension helps you to apply that content with a few clicks.
Try it Grundlegende Informationen zur Erweiterung
| Name | |
| ID | omafniemnnaphcfgflnblhknnhdmndhg |
| Offizielle URL | https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg |
| Beschreibung | Apply html templates to mails |
| Dateigröße | 16.66 KB |
| Installationsanzahl | 686 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2020-07-27 |
| Veröffentlichungsdatum | 2020-06-07 |
| Entwickler | donxd |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |