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.

什麼是HTML Inserter for Gmail, Outlook, Yahoo Mail?

HTML Inserter for Gmail, Outlook, Yahoo Mail是由dziul開發的Chrome擴展程式,該擴展的主要功能是“A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載HTML Inserter for Gmail, Outlook, Yahoo Mail擴展crx文件

下載HTML Inserter for Gmail, Outlook, Yahoo Mail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 HTML Inserter for Gmail, Outlook, Yahoo Mail HTML Inserter for Gmail, Outlook, Yahoo Mail
ID omojcahabhafmagldeheegggbakefhlh
官方網址 https://chromewebstore.google.com/detail/html-inserter-for-gmail-o/omojcahabhafmagldeheegggbakefhlh
簡介 A versatile extension that allows you to easily insert HTML code into your webmail services: Gmail, Outlook, and Yahoo Mail.
檔案大小 296 KB
安裝次數 10,000
目前版本 7.4.0
更新時間 2024-01-06
上架時間 2020-06-30
評分 4.00/5 共 23 次評分
開發者 dziul
電子郵箱 [email protected]
付費類型 free
支援的語言 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
        }
    ]
}