Indians.com FanMail Extension

Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.

Was ist Indians.com FanMail Extension?

Indians.com FanMail Extension ist eine Chrome-Erweiterung, die von FanMail entwickelt wurde, und ihr Hauptmerkmal ist "Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Indians.com FanMail Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Indians.com FanMail Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        With just a click of a button, add banners of your favorite Cleveland Indians to your outgoing email. 

We value your privacy and do not collect any email content or email addresses.                    

Grundlegende Informationen zur Erweiterung

Name Indians.com FanMail Extension Indians.com FanMail Extension
ID jicihkkmemenopnnnaehnhgojaacchln
Offizielle URL https://chromewebstore.google.com/detail/indianscom-fanmail-extens/jicihkkmemenopnnnaehnhgojaacchln
Beschreibung Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.
Dateigröße 71.22 KB
Installationsanzahl 29
Aktuelle Version 2.1.15
Letztes Update 2013-03-18
Veröffentlichungsdatum 2013-03-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler FanMail
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Indians.com FanMail Extension",
    "permissions": [
        "background",
        "http:\/\/fanmail.impactia.com\/"
    ],
    "default_locale": "en",
    "version": "2.1.15",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "chrome\/skin\/icon128.png",
        "48": "chrome\/skin\/icon48.png"
    },
    "background": {
        "scripts": [
            "GoogleChrome\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "chrome\/content\/com\/jQuery\/jquery.min.js",
                "chrome\/content\/com\/imp\/jQuery.js",
                "chrome\/content\/com\/imp\/ImpHandler.js",
                "chrome\/content\/com\/imp\/ImpParser.js",
                "chrome\/content\/com\/imp\/ImpConnector.js",
                "chrome\/content\/com\/imp\/md5.js",
                "chrome\/content\/com\/imp\/ImpDataAccess.js",
                "GoogleChrome\/ImpStart.js"
            ]
        }
    ]
}