Footinator

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

Was ist Footinator?

Footinator ist eine Chrome-Erweiterung, die von The Ultimate Essay Guide entwickelt wurde, und ihr Hauptmerkmal ist "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Erweiterungsscreenshots

screenshot

Footinator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Footinator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
Offizielle URL https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Beschreibung This extension removes the footer that cloudHQ puts at the bottom of their email.
Dateigröße 35.74 KB
Installationsanzahl 73
Aktuelle Version 1
Letztes Update 2018-06-25
Veröffentlichungsdatum 2018-06-25
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler The Ultimate Essay Guide
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.iubenda.com/privacy-policy/847740
Unterstützte Sprachen 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"
            ]
        }
    ]
}