Indians.com FanMail Extension
Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.
What is Indians.com FanMail Extension?
Indians.com FanMail Extension is a Chrome extension developed by FanMail, and its main feature is "Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.".
Extension Screenshots
Download Indians.com FanMail Extension Extension CRX File
Download Indians.com FanMail Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jicihkkmemenopnnnaehnhgojaacchln |
Official URL | https://chromewebstore.google.com/detail/indianscom-fanmail-extens/jicihkkmemenopnnnaehnhgojaacchln |
Description | Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension. |
File Size | 71.22 KB |
Installation Count | 29 |
Current Version | 2.1.15 |
Last Updated | 2013-03-18 |
Publish Date | 2013-03-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | FanMail |
Payment Type | free |
Supported Languages | 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" ] } ] } |