WebExtension.net
WebExtension.net

Insert and Send HTML with Gmail

View on Chrome Web Store
View Insert and Send HTML with Gmail Chrome Extension on Chrome Web Store
3.8 (26 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily insert custom HTML into your Gmail emails with this handy extension. Create and preview your custom emails directly in Gmail.
Type
Extension
Users
20,000 users
Website designmodo.com
Designmodo
View author page of Designmodo
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 26, 2021
Version 1.0.13
Manifest version
3
Updated
Updated on October 5, 2024
View on Chrome Web Store
View Insert and Send HTML with Gmail Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insert and Send HTML with Gmail",
    "short_name": "Insert and Send HTML with Gmail",
    "description": "Easily insert custom HTML into your Gmail emails with this handy extension. Create and preview your custom emails directly in Gmail.",
    "version": "1.0.13",
    "permissions": [
        "scripting",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*",
        "*:\/\/inbox.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top