Footinator

This extension removes the footer that cloudHQ puts at the bottom of their email.

¿Qué es Footinator?

Footinator es una extensión de Chrome desarrollada por The Ultimate Essay Guide, y su función principal es "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Footinator

Descarga archivos de extensión Footinator 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

                        If you use the the Free Email Tracker from Cloud HQ to monitor sent emails and don't want to pay for it but also don't want to have the email tracker at the bottom. Then this is the extension for you. Using this removes the footer at the bottom of the email.                    

Información Básica de la Extensión

Nombre Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
URL Oficial https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Descripción This extension removes the footer that cloudHQ puts at the bottom of their email.
Tamaño del Archivo 35.74 KB
Cantidad de Instalaciones 73
Versión Actual 1
Última Actualización 2018-06-25
Fecha de Publicación 2018-06-25
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador The Ultimate Essay Guide
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.iubenda.com/privacy-policy/847740
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Footinator",
    "short_name": "Footinator",
    "description": "This extension removes the footer that cloudHQ puts at the bottom of their email.",
    "version": "1",
    "icons": {
        "16": "images\/email-16.png",
        "48": "images\/email-48.png",
        "128": "images\/email-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "thirdparty\/jquery-3.2.1.min.js",
                "js\/app.js"
            ]
        }
    ]
}