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 |
官方網址 | 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\/*" ] } ] } |