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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |