HTML template Gmail

Apply html templates to mails

Vad är HTML template Gmail?

HTML template Gmail är en Chrome-tillägg utvecklad av donxd, och dess huvudfunktion är "Apply html templates to mails".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner HTML template Gmail-förlängningens CRX-fil

Ladda ner HTML template Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn HTML template Gmail HTML template Gmail
ID omafniemnnaphcfgflnblhknnhdmndhg
Officiell webbadress https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg
Beskrivning Apply html templates to mails
Filstorlek 16.66 KB
Antal Installationer 686
Aktuell Version 0.0.3
Senast Uppdaterad 2020-07-27
Publiceringsdatum 2020-06-07
Utvecklare donxd
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}