Indians.com FanMail Extension
Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.
Wat is Indians.com FanMail Extension?
Indians.com FanMail Extension is een Chrome-extensie ontwikkeld door FanMail, en de belangrijkste functie is "Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Indians.com FanMail Extension
Download Indians.com FanMail Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jicihkkmemenopnnnaehnhgojaacchln |
Officiële URL | https://chromewebstore.google.com/detail/indianscom-fanmail-extens/jicihkkmemenopnnnaehnhgojaacchln |
Beschrijving | Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension. |
Bestandsgrootte | 71.22 KB |
Aantal Installaties | 29 |
Huidige Versie | 2.1.15 |
Laatst Bijgewerkt | 2013-03-18 |
Publicatiedatum | 2013-03-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | FanMail |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |