Mailer Checklist

Building HTML mailers? This extension will show you how good the quality of your code is.

Qu'est-ce que Mailer Checklist ?

Mailer Checklist est une extension Chrome développée par artbek, et sa fonction principale est "Building HTML mailers? This extension will show you how good the quality of your code is.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mailer Checklist

Téléchargez les fichiers d'extension Mailer Checklist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mailer Checklist Mailer Checklist
ID kconkgggjoljllcdenjfokomklmlbfig
URL Officiel https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig
Description Building HTML mailers? This extension will show you how good the quality of your code is.
Taille du Fichier 200 KB
Nombre d'Installations 32
Version Actuelle 1.7.1
Dernière Mise à Jour 2023-03-13
Date de Publication 2014-06-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur artbek
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/artbek/Mailer-Checklist
Langues Prises en Charge 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": [
        ""
    ]
}