Footinator

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

Footinator क्या है?

Footinator The Ultimate Essay Guide द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension removes the footer that cloudHQ puts at the bottom of their email."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Footinator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Footinator Footinator
ID apbhojnkkiljllhnlcaookcpebpmnbmh
आधिकारिक URL https://chrome.google.com/webstore/detail/footinator/apbhojnkkiljllhnlcaookcpebpmnbmh
विवरण This extension removes the footer that cloudHQ puts at the bottom of their email.
फ़ाइल का आकार 35.74 KB
स्थापना संख्या 73
वर्तमान संस्करण 1
अंतिम अपडेट 2018-06-25
प्रकाशन तिथि 2018-06-25
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर The Ultimate Essay Guide
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.iubenda.com/privacy-policy/847740
समर्थित भाषाएँ 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"
            ]
        }
    ]
}