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.

¿Qué es HTML Inserter for Gmail, Outlook, Yahoo Mail?

HTML Inserter for Gmail, Outlook, Yahoo Mail es una extensión de Chrome desarrollada por dziul, y su función principal es "A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HTML Inserter for Gmail, Outlook, Yahoo Mail

Descarga archivos de extensión HTML Inserter for Gmail, Outlook, Yahoo Mail en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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, ...                    

Información Básica de la Extensión

Nombre HTML Inserter for Gmail, Outlook, Yahoo Mail HTML Inserter for Gmail, Outlook, Yahoo Mail
ID omojcahabhafmagldeheegggbakefhlh
URL Oficial https://chromewebstore.google.com/detail/html-inserter-for-gmail-o/omojcahabhafmagldeheegggbakefhlh
Descripción A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.
Tamaño del Archivo 296 KB
Cantidad de Instalaciones 10,000
Versión Actual 7.4.0
Última Actualización 2024-01-06
Fecha de Publicación 2020-06-30
Calificación 4.00/5 Total de 23 Calificaciones
Desarrollador dziul
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
        }
    ]
}