Footinator

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

What is Footinator?

Footinator is a Chrome extension developed by The Ultimate Essay Guide, and its main feature is "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Extension Screenshots

screenshot

Download Footinator Extension CRX File

Download Footinator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
Official URL https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Description This extension removes the footer that cloudHQ puts at the bottom of their email.
File Size 35.74 KB
Installation Count 73
Current Version 1
Last Updated 2018-06-25
Publish Date 2018-06-25
Rating 3.00/5 Total 2 Ratings
Developer The Ultimate Essay Guide
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/847740
Supported Languages 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"
            ]
        }
    ]
}