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.

Cos'è HTML Inserter for Gmail, Outlook, Yahoo Mail?

HTML Inserter for Gmail, Outlook, Yahoo Mail è un'estensione di Chrome sviluppata da dziul, e la sua funzione principale è "A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HTML Inserter for Gmail, Outlook, Yahoo Mail

Scarica i file di estensione HTML Inserter for Gmail, Outlook, Yahoo Mail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HTML Inserter for Gmail, Outlook, Yahoo Mail HTML Inserter for Gmail, Outlook, Yahoo Mail
ID omojcahabhafmagldeheegggbakefhlh
URL Ufficiale https://chromewebstore.google.com/detail/html-inserter-for-gmail-o/omojcahabhafmagldeheegggbakefhlh
Descrizione A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.
Dimensione del File 296 KB
Conteggio Installazioni 10,000
Versione Corrente 7.4.0
Ultimo Aggiornamento 2024-01-06
Data di Pubblicazione 2020-06-30
Valutazione 4.00/5 Totale 23 Valutazioni
Sviluppatore dziul
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}