Mailer Checklist
Building HTML mailers? This extension will show you how good the quality of your code is.
Was ist Mailer Checklist?
Mailer Checklist ist eine Chrome-Erweiterung, die von artbek entwickelt wurde, und ihr Hauptmerkmal ist "Building HTML mailers? This extension will show you how good the quality of your code is.".
Erweiterungsscreenshots
Mailer Checklist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mailer Checklist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This little extension will:
- check your syntax
- make sure your tables have widths and try to determine if the values are correct
- highlight attributes that are best avoided
- score your performance (try to get 100 points)
If you want it to work on local files, make sure to go to Tools > Extensions (chrome://settings/extensions) and check the “Allow access to file URLs” box.
The code is also available at:
https://github.com/artbek/Mailer-Checklist Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kconkgggjoljllcdenjfokomklmlbfig |
| Offizielle URL | https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig |
| Beschreibung | Building HTML mailers? This extension will show you how good the quality of your code is. |
| Dateigröße | 200 KB |
| Installationsanzahl | 32 |
| Aktuelle Version | 1.7.1 |
| Letztes Update | 2023-03-13 |
| Veröffentlichungsdatum | 2014-06-08 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | artbek |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/artbek/Mailer-Checklist |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mailer Checklist",
"version": "1.7.1",
"description": "Building HTML mailers? This extension will show you how good the quality of your code is.",
"icons": {
"128": "img\/icons\/icon128.png",
"48": "img\/icons\/icon48.png"
},
"browser_action": {
"default_icon": "img\/icons\/icon.png",
"name": "Mailer Tester"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"web_accessible_resources": [
"img\/minus.png",
"img\/plus.png",
"img\/measure.png",
"img\/measure_last.png",
"css\/popup.css"
],
"permissions": [
" | |