HTML template Gmail

Apply html templates to mails

Что такое HTML template Gmail?

HTML template Gmail - это расширение Chrome, разработанное donxd, и его основная функция - "Apply html templates to mails".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения HTML template Gmail

Скачайте файлы расширений HTML template Gmail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Can you make look your emails amazing using HTML code.

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

Try it                    

Основная информация о расширении

Название HTML template Gmail HTML template Gmail
ID omafniemnnaphcfgflnblhknnhdmndhg
Официальный URL https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg
Описание Apply html templates to mails
Размер файла 16.66 KB
Количество установок 686
Текущая Версия 0.0.3
Последнее Обновление 2020-07-27
Дата публикации 2020-06-07
Разработчик donxd
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}