Footinator

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

Cos'è Footinator?

Footinator è un'estensione di Chrome sviluppata da The Ultimate Essay Guide, e la sua funzione principale è "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Footinator

Scarica i file di estensione Footinator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
URL Ufficiale https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Descrizione This extension removes the footer that cloudHQ puts at the bottom of their email.
Dimensione del File 35.74 KB
Conteggio Installazioni 73
Versione Corrente 1
Ultimo Aggiornamento 2018-06-25
Data di Pubblicazione 2018-06-25
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore The Ultimate Essay Guide
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/privacy-policy/847740
Lingue Supportate 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"
            ]
        }
    ]
}