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.

Vad är HTML Inserter for Gmail, Outlook, Yahoo Mail?

HTML Inserter for Gmail, Outlook, Yahoo Mail är en Chrome-tillägg utvecklad av dziul, och dess huvudfunktion är "A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner HTML Inserter for Gmail, Outlook, Yahoo Mail-förlängningens CRX-fil

Ladda ner HTML Inserter for Gmail, Outlook, Yahoo Mail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn HTML Inserter for Gmail, Outlook, Yahoo Mail HTML Inserter for Gmail, Outlook, Yahoo Mail
ID omojcahabhafmagldeheegggbakefhlh
Officiell webbadress https://chromewebstore.google.com/detail/html-inserter-for-gmail-o/omojcahabhafmagldeheegggbakefhlh
Beskrivning A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.
Filstorlek 296 KB
Antal Installationer 10,000
Aktuell Version 7.4.0
Senast Uppdaterad 2024-01-06
Publiceringsdatum 2020-06-30
Betyg 4.00/5 Totalt 23 Betyg
Utvecklare dziul
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}