Insert HTML by Designmodo
Insert custom HTML format Gmail.
Wat is Insert HTML by Designmodo?
Insert HTML by Designmodo is een Chrome-extensie ontwikkeld door https://designmodo.com, en de belangrijkste functie is "Insert custom HTML format Gmail.".
Extensie Screenshots
Download het CRX-bestand van de extensie Insert HTML by Designmodo
Download Insert HTML by Designmodo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | bcflbfdlpegakpncdgmejelcolhmfkjh |
| Officiële URL | https://chromewebstore.google.com/detail/insert-html-by-designmodo/bcflbfdlpegakpncdgmejelcolhmfkjh |
| Beschrijving | Insert custom HTML format Gmail. |
| Bestandsgrootte | 521 KB |
| Aantal Installaties | 23,797 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2022-08-16 |
| Publicatiedatum | 2021-03-26 |
| Beoordeling | 3.61/5 Totaal 23 Beoordelingen |
| Ontwikkelaar | https://designmodo.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://designmodo.com/privacy-statement |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |