Insert HTML by Designmodo

Insert custom HTML format Gmail.

Apa itu Insert HTML by Designmodo?

Insert HTML by Designmodo adalah ekstensi Chrome yang dikembangkan oleh https://designmodo.com, dan fitur utamanya adalah "Insert custom HTML format Gmail.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Insert HTML by Designmodo

Unduh file ekstensi Insert HTML by Designmodo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Insert HTML by Designmodo Insert HTML by Designmodo
ID bcflbfdlpegakpncdgmejelcolhmfkjh
URL Resmi https://chromewebstore.google.com/detail/insert-html-by-designmodo/bcflbfdlpegakpncdgmejelcolhmfkjh
Deskripsi Insert custom HTML format Gmail.
Ukuran File 521 KB
Jumlah Instalasi 23,797
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2022-08-16
Tanggal Publikasi 2021-03-26
Penilaian 3.61/5 Total 23 Penilaian
Pengembang https://designmodo.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://designmodo.com/privacy-statement
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}