Footinator

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

Co to jest Footinator?

Footinator to rozszerzenie Chrome opracowane przez The Ultimate Essay Guide, a jego główną funkcją jest „This extension removes the footer that cloudHQ puts at the bottom of their email.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Footinator

Pobierz pliki rozszerzeń Footinator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
Oficjalny URL https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Opis This extension removes the footer that cloudHQ puts at the bottom of their email.
Rozmiar pliku 35.74 KB
Liczba instalacji 73
Aktualna Wersja 1
Ostatnia Aktualizacja 2018-06-25
Data Publikacji 2018-06-25
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper The Ultimate Essay Guide
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.iubenda.com/privacy-policy/847740
Obsługiwane Języki 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"
            ]
        }
    ]
}