Writing Tips for Gmail from Irregardless.ly

Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…

¿Qué es Writing Tips for Gmail from Irregardless.ly?

Writing Tips for Gmail from Irregardless.ly es una extensión de Chrome desarrollada por http://irregardless.ly, y su función principal es "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Writing Tips for Gmail from Irregardless.ly

Descarga archivos de extensión Writing Tips for Gmail from Irregardless.ly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. 

If you have ideas for how we can improve on this beta version or run into an issue, email us at [email protected]. 

Only you can see when there are tips are available. Your recipients will never see an underline or a tip in your email.                    

Información Básica de la Extensión

Nombre Writing Tips for Gmail from Irregardless.ly Writing Tips for Gmail from Irregardless.ly
ID cehofpnciifhojdclkggfkfolplhegen
URL Oficial https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen
Descripción Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…
Tamaño del Archivo 1.42 MB
Cantidad de Instalaciones 33
Versión Actual 0.1.1
Última Actualización 2018-08-28
Fecha de Publicación 2018-08-28
Desarrollador http://irregardless.ly
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Writing Tips for Gmail from Irregardless.ly",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content_script.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/irr-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "0.1.1"
}