Insert HTML by Designmodo
Insert custom HTML format Gmail.
Insert HTML by Designmodo क्या है?
Insert HTML by Designmodo https://designmodo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insert custom HTML format Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Insert HTML by Designmodo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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\/*" ] } ] } |