HTML template Gmail
Apply html templates to mails
Hvad er HTML template Gmail?
HTML template Gmail er en Chrome-udvidelse udviklet af donxd, og dens hovedfunktion er "Apply html templates to mails".
Udvidelsesskærmbilleder
Download HTML template Gmail-udvidelses-CRX-fil
Download HTML template Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Can you make look your emails amazing using HTML code.
This extension helps you to apply that content with a few clicks.
Try it Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | omafniemnnaphcfgflnblhknnhdmndhg |
| Officiel URL | https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg |
| Beskrivelse | Apply html templates to mails |
| Filstørrelse | 16.66 KB |
| Antal Installationer | 686 |
| Nuværende Version | 0.0.3 |
| Senest Opdateret | 2020-07-27 |
| Udgivelsesdato | 2020-06-07 |
| Udvikler | donxd |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |