HTML template Gmail

Apply html templates to mails

Wat is HTML template Gmail?

HTML template Gmail is een Chrome-extensie ontwikkeld door donxd, en de belangrijkste functie is "Apply html templates to mails".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HTML template Gmail

Download HTML template Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Can you make look your emails amazing using HTML code.

This extension helps you to apply that content with a few clicks.

Try it                    

Basisinformatie over de Extensie

Naam HTML template Gmail HTML template Gmail
ID omafniemnnaphcfgflnblhknnhdmndhg
Officiële URL https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg
Beschrijving Apply html templates to mails
Bestandsgrootte 16.66 KB
Aantal Installaties 686
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-07-27
Publicatiedatum 2020-06-07
Ontwikkelaar donxd
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}