Footinator

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

Wat is Footinator?

Footinator is een Chrome-extensie ontwikkeld door The Ultimate Essay Guide, en de belangrijkste functie is "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Footinator

Download Footinator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
Officiële URL https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Beschrijving This extension removes the footer that cloudHQ puts at the bottom of their email.
Bestandsgrootte 35.74 KB
Aantal Installaties 73
Huidige Versie 1
Laatst Bijgewerkt 2018-06-25
Publicatiedatum 2018-06-25
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar The Ultimate Essay Guide
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.iubenda.com/privacy-policy/847740
Ondersteunde Talen 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"
            ]
        }
    ]
}