HTML template Gmail

Apply html templates to mails

Apa itu HTML template Gmail?

HTML template Gmail adalah ekstensi Chrome yang dikembangkan oleh donxd, dan fitur utamanya adalah "Apply html templates to mails".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi HTML template Gmail

Unduh file ekstensi HTML template Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Can you make look your emails amazing using HTML code.

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

Try it                    

Informasi Dasar Ekstensi

Nama HTML template Gmail HTML template Gmail
ID omafniemnnaphcfgflnblhknnhdmndhg
URL Resmi https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg
Deskripsi Apply html templates to mails
Ukuran File 16.66 KB
Jumlah Instalasi 686
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2020-07-27
Tanggal Publikasi 2020-06-07
Pengembang donxd
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}