HTML template Gmail

Apply html templates to mails

HTML template Gmail क्या है?

HTML template Gmail donxd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apply html templates to mails"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML template Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}