Footinator

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

Τι είναι το Footinator;

Το Footinator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Ultimate Essay Guide, και η κύρια λειτουργία του είναι "This extension removes the footer that cloudHQ puts at the bottom of their email.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Footinator

Λήψη αρχείων επέκτασης Footinator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}