Footinator

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

Apa itu Footinator?

Footinator adalah ekstensi Chrome yang dikembangkan oleh The Ultimate Essay Guide, dan fitur utamanya adalah "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Footinator

Unduh file ekstensi Footinator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
URL Resmi https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
Deskripsi This extension removes the footer that cloudHQ puts at the bottom of their email.
Ukuran File 35.74 KB
Jumlah Instalasi 73
Versi Saat Ini 1
Terakhir Diperbarui 2018-06-25
Tanggal Publikasi 2018-06-25
Penilaian 3.00/5 Total 2 Penilaian
Pengembang The Ultimate Essay Guide
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.iubenda.com/privacy-policy/847740
Bahasa yang Didukung 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"
            ]
        }
    ]
}