Insert HTML by Designmodo
Insert custom HTML format Gmail.
Co to jest Insert HTML by Designmodo?
Insert HTML by Designmodo to rozszerzenie Chrome opracowane przez https://designmodo.com, a jego główną funkcją jest „Insert custom HTML format Gmail.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Insert HTML by Designmodo
Pobierz pliki rozszerzeń Insert HTML by Designmodo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Insert HTML by Designmodo |
ID | bcflbfdlpegakpncdgmejelcolhmfkjh |
Oficjalny URL | https://chromewebstore.google.com/detail/insert-html-by-designmodo/bcflbfdlpegakpncdgmejelcolhmfkjh |
Opis | Insert custom HTML format Gmail. |
Rozmiar pliku | 521 KB |
Liczba instalacji | 23,797 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2022-08-16 |
Data Publikacji | 2021-03-26 |
Ocena | 3.61/5 Łącznie 23 Oceny |
Deweloper | https://designmodo.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://designmodo.com/privacy-statement |
Obsługiwane Języki | 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\/*" ] } ] } |