Insert HTML by Designmodo

Insert custom HTML format Gmail.

Co je Insert HTML by Designmodo?

Insert HTML by Designmodo je rozšíření Chrome vyvinuté https://designmodo.com, a jeho hlavní funkcí je „Insert custom HTML format Gmail.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Insert HTML by Designmodo

Stáhněte si soubory rozšíření Insert HTML by Designmodo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Insert HTML by Designmodo Insert HTML by Designmodo
ID bcflbfdlpegakpncdgmejelcolhmfkjh
Oficiální URL https://chromewebstore.google.com/detail/insert-html-by-designmodo/bcflbfdlpegakpncdgmejelcolhmfkjh
Popis Insert custom HTML format Gmail.
Velikost souboru 521 KB
Počet instalací 23,797
Aktuální Verze 1.0.4
Poslední Aktualizace 2022-08-16
Datum Vydání 2021-03-26
Hodnocení 3.61/5 Celkem 23 Hodnocení
Vývojář https://designmodo.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://designmodo.com/privacy-statement
Podporované Jazyky 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\/*"
            ]
        }
    ]
}