Indians.com FanMail Extension
Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.
Hvad er Indians.com FanMail Extension?
Indians.com FanMail Extension er en Chrome-udvidelse udviklet af FanMail, og dens hovedfunktion er "Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.".
Udvidelsesskærmbilleder
Download Indians.com FanMail Extension-udvidelses-CRX-fil
Download Indians.com FanMail Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jicihkkmemenopnnnaehnhgojaacchln |
Officiel URL | https://chromewebstore.google.com/detail/indianscom-fanmail-extens/jicihkkmemenopnnnaehnhgojaacchln |
Beskrivelse | Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension. |
Filstørrelse | 71.22 KB |
Antal Installationer | 29 |
Nuværende Version | 2.1.15 |
Senest Opdateret | 2013-03-18 |
Udgivelsesdato | 2013-03-18 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | FanMail |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |