HTML template Gmail

Apply html templates to mails

What is HTML template Gmail?

HTML template Gmail is a Chrome extension developed by donxd, and its main feature is "Apply html templates to mails".

Extension Screenshots

screenshot
screenshot
screenshot

Download HTML template Gmail Extension CRX File

Download HTML template Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Can you make look your emails amazing using HTML code.

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

Try it                    

Extension Basic Information

Name HTML template Gmail HTML template Gmail
ID omafniemnnaphcfgflnblhknnhdmndhg
Official URL https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg
Description Apply html templates to mails
File Size 16.66 KB
Installation Count 686
Current Version 0.0.3
Last Updated 2020-07-27
Publish Date 2020-06-07
Developer donxd
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}