Insert HTML by Designmodo

Insert custom HTML format Gmail.

Insert HTML by Designmodo là gì?

Insert HTML by Designmodo là một tiện ích mở rộng Chrome được phát triển bởi https://designmodo.com, và tính năng chính của nó là "Insert custom HTML format Gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Insert HTML by Designmodo

Tải xuống các tệp mở rộng Insert HTML by Designmodo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Extension injects an icon inside Gmail Compose text area. On the click event, it will open a modal popup where you can paste your html script in.

We don't collect any privacy data.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Insert HTML by Designmodo Insert HTML by Designmodo
ID bcflbfdlpegakpncdgmejelcolhmfkjh
URL Chính Thức https://chromewebstore.google.com/detail/insert-html-by-designmodo/bcflbfdlpegakpncdgmejelcolhmfkjh
Mô tả Insert custom HTML format Gmail.
Kích Thước Tệp 521 KB
Số Lần Cài Đặt 23,797
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-08-16
Ngày Phát Hành 2021-03-26
Đánh Giá 3.61/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://designmodo.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://designmodo.com/privacy-statement
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Insert HTML by Designmodo",
    "short_name": "Insert HTML in Gmail",
    "description": "Insert custom HTML format Gmail.",
    "version": "1.0.4",
    "host_permissions": [
        "*:\/\/mail.google.com\/*",
        "*:\/\/inbox.google.com\/*"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/inboxsdk.js",
                "js\/injectInCompose.js",
                "js\/injectInSign.js",
                "js\/contentHelper.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ]
        }
    ]
}