Mailer Checklist

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

O que é Mailer Checklist?

Mailer Checklist é uma extensão do Chrome desenvolvida por artbek, e sua principal característica é "Building HTML mailers? This extension will show you how good the quality of your code is.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mailer Checklist

Baixe arquivos de extensão Mailer Checklist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Mailer Checklist Mailer Checklist
ID kconkgggjoljllcdenjfokomklmlbfig
URL Oficial https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig
Descrição Building HTML mailers? This extension will show you how good the quality of your code is.
Tamanho do Arquivo 200 KB
Contagem de Instalações 32
Versão Atual 1.7.1
Última Atualização 2023-03-13
Data de Publicação 2014-06-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor artbek
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/artbek/Mailer-Checklist
Idiomas Suportados 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": [
        ""
    ]
}