HTML template Gmail

Apply html templates to mails

Co to jest HTML template Gmail?

HTML template Gmail to rozszerzenie Chrome opracowane przez donxd, a jego główną funkcją jest „Apply html templates to mails”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HTML template Gmail

Pobierz pliki rozszerzeń HTML template Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Can you make look your emails amazing using HTML code.

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

Try it                    

Podstawowe informacje o rozszerzeniu

Nazwa HTML template Gmail HTML template Gmail
ID omafniemnnaphcfgflnblhknnhdmndhg
Oficjalny URL https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg
Opis Apply html templates to mails
Rozmiar pliku 16.66 KB
Liczba instalacji 686
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2020-07-27
Data Publikacji 2020-06-07
Deweloper donxd
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}