HTML Inserter for Gmail, Outlook, Yahoo Mail

A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.

What is HTML Inserter for Gmail, Outlook, Yahoo Mail?

HTML Inserter for Gmail, Outlook, Yahoo Mail is a Chrome extension developed by dziul, and its main feature is "A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download HTML Inserter for Gmail, Outlook, Yahoo Mail Extension CRX File

Download HTML Inserter for Gmail, Outlook, Yahoo Mail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        No longer do you need to be limited by the basic formatting options provided by webmail platforms. With this extension, you have the freedom to design unique emails that look exactly how you want them to, leaving a lasting impression on your recipients.

Try the "HTML Inserter for Gmail, Outlook, Yahoo Mail" extension and transform the way you create and send emails, making your messages more engaging and professional.

THE DIFFERENCE
★ Free and without login
★ Seamlessly integrates within your email composition environment
★ HTML editor that offers a simple and intuitive interface, allowing you to create/paste/import your custom HTML code and preview the result before inserting it into the email body
★ Insert HTML template from selected text or the current cursor position
★ Converts internal and external CSS styles to inline styles, ensuring HTML insertion without style leakage!
★ Adaptable HTML Editor theme with the operating system theme

⚠ IMPORTANT ⚠
- Competitors, make a fair competition!
- DO NOT RATE US NEGATIVELY for a problem encountered, please use the "support" tab of this page to report it or contact us at [email protected] email so that we can investigate and resolve the situation as soon as possible;
- We do NOT publish ANYTHING on the web. If your file contains images, you will need to host them online;
- THIS EXTENSION DOES NOT REPLACE a bulk email sending system (mailer);

LIKED IT?
Give us a 5-star rating, a simple and painless action. Your positive review not only motivates us but also helps other users discover and enjoy the benefits our extension offers. Your feedback is crucial to us and contributes to continuous improvement.

NOTES
-  the strategy of injecting HTML template in webmail has its limitations compared to mailer system. For example: use of Media Query CSS, external fonts, ...                    

Extension Basic Information

Name HTML Inserter for Gmail, Outlook, Yahoo Mail HTML Inserter for Gmail, Outlook, Yahoo Mail
ID omojcahabhafmagldeheegggbakefhlh
Official URL https://chromewebstore.google.com/detail/html-inserter-for-gmail-o/omojcahabhafmagldeheegggbakefhlh
Description A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.
File Size 296 KB
Installation Count 10,000
Current Version 7.4.0
Last Updated 2024-01-06
Publish Date 2020-06-30
Rating 4.00/5 Total 23 Ratings
Developer dziul
Email [email protected]
Payment Type free
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.4.0",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "author": "dziul ",
    "icons": {
        "16": "src\/assets\/images\/logo-16.png",
        "48": "src\/assets\/images\/logo-48.png",
        "128": "src\/assets\/images\/logo-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.tsx.7f39713e.b85be657.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "assets\/error-boundary.f8ad5092.css",
                "assets\/index.tsx.126a431b.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.index.tsx.06fb0fc4.028e3a92.js"
            ],
            "matches": [
                "https:\/\/mail.yahoo.com\/*",
                "https:\/\/*.mail.yahoo.com\/*"
            ],
            "css": [
                "assets\/error-boundary.f8ad5092.css",
                "assets\/index.tsx.fcc81ef1.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.index.tsx.d317af42.20ec876b.js"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "css": [
                "assets\/error-boundary.f8ad5092.css",
                "assets\/index.tsx.71739fe6.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/error-boundary.ef5e977a.js",
                "assets\/index.tsx.7f39713e.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.mail.yahoo.com\/*",
                "https:\/\/mail.yahoo.com\/*"
            ],
            "resources": [
                "assets\/error-boundary.ef5e977a.js",
                "assets\/index.tsx.06fb0fc4.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "resources": [
                "assets\/error-boundary.ef5e977a.js",
                "assets\/index.tsx.d317af42.js"
            ],
            "use_dynamic_url": true
        }
    ]
}