Insert HTML by Designmodo

Insert custom HTML format Gmail.

什么是Insert HTML by Designmodo?

Insert HTML by Designmodo是由https://designmodo.com开发的Chrome扩展程序,该扩展的主要功能是“Insert custom HTML format Gmail.”。

扩展截图

screenshot
screenshot

下载Insert HTML by Designmodo扩展crx文件

下载Insert HTML by Designmodo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Insert HTML by Designmodo Insert HTML by Designmodo
ID bcflbfdlpegakpncdgmejelcolhmfkjh
官方URL https://chromewebstore.google.com/detail/insert-html-by-designmodo/bcflbfdlpegakpncdgmejelcolhmfkjh
简介 Insert custom HTML format Gmail.
文件大小 521 KB
安装次数 23,797
当前版本 1.0.4
更新时间 2022-08-16
上架时间 2021-03-26
评分 3.61/5 共23次评分
开发者 https://designmodo.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://designmodo.com/privacy-statement
支持的语言 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\/*"
            ]
        }
    ]
}