HTML template Gmail

Apply html templates to mails

HTML template Gmail là gì?

HTML template Gmail là một tiện ích mở rộng Chrome được phát triển bởi donxd, và tính năng chính của nó là "Apply html templates to mails".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML template Gmail

Tải xuống các tệp mở rộng HTML template Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Can you make look your emails amazing using HTML code.

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

Try it                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML template Gmail HTML template Gmail
ID omafniemnnaphcfgflnblhknnhdmndhg
URL Chính Thức https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg
Mô tả Apply html templates to mails
Kích Thước Tệp 16.66 KB
Số Lần Cài Đặt 686
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2020-07-27
Ngày Phát Hành 2020-06-07
Nhà Phát Triển donxd
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}