TicketFire - Sports Concerts Theater Tickets
Discover popular and upcoming events in your area.
Wat is TicketFire - Sports Concerts Theater Tickets?
TicketFire - Sports Concerts Theater Tickets is een Chrome-extensie ontwikkeld door https://ticketfire.com, en de belangrijkste functie is "Discover popular and upcoming events in your area.".
Extensie Screenshots
Download het CRX-bestand van de extensie TicketFire - Sports Concerts Theater Tickets
Download TicketFire - Sports Concerts Theater Tickets-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
Buy tickets to sports, concerts, and theater events with TicketFire. TicketFire has the lowest prices in the industry and over $1 billion of verified ticket inventory. The price you see is the price you pay, no hidden fees! Purchased tickets are delivered to your phone via text message to make your life easy and convenient! Search popular events in your area and see what's hot! Or take a look at the upcoming events and get tickets before they sell out. Download the TicketFire mobile app for added functionality, available for iOS and android devices.
Basisinformatie over de Extensie
Naam | TicketFire - Sports Concerts Theater Tickets |
ID | oebnjpldohloalmnbifhdajohjhldpdk |
Officiële URL | https://chromewebstore.google.com/detail/ticketfire-sports-concert/oebnjpldohloalmnbifhdajohjhldpdk |
Beschrijving | Discover popular and upcoming events in your area. |
Bestandsgrootte | 2.86 MB |
Aantal Installaties | 25 |
Huidige Versie | 1.10 |
Laatst Bijgewerkt | 2017-12-09 |
Publicatiedatum | 2017-12-09 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://ticketfire.com |
Betalingswijze | free |
Extensiewebsite | https://ticketfire.com/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TicketFire - Sports Concerts Theater Tickets", "description": "Discover popular and upcoming events in your area.", "version": "1.10", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "extension.html" }, "web_accessible_resources": [ "font-awesome.min.css" ], "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "extension.js" ], "matches": [ "https:\/\/int.ticketfire.com\/*" ], "run_at": "document_end" } ], "permissions": [ "geolocation", "storage" ] } |