TicketFire - Sports Concerts Theater Tickets

Discover popular and upcoming events in your area.

Co je TicketFire - Sports Concerts Theater Tickets?

TicketFire - Sports Concerts Theater Tickets je rozšíření Chrome vyvinuté https://ticketfire.com, a jeho hlavní funkcí je „Discover popular and upcoming events in your area.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TicketFire - Sports Concerts Theater Tickets

Stáhněte si soubory rozšíření TicketFire - Sports Concerts Theater Tickets ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TicketFire - Sports Concerts Theater Tickets TicketFire - Sports Concerts Theater Tickets
ID oebnjpldohloalmnbifhdajohjhldpdk
Oficiální URL https://chromewebstore.google.com/detail/ticketfire-sports-concert/oebnjpldohloalmnbifhdajohjhldpdk
Popis Discover popular and upcoming events in your area.
Velikost souboru 2.86 MB
Počet instalací 25
Aktuální Verze 1.10
Poslední Aktualizace 2017-12-09
Datum Vydání 2017-12-09
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://ticketfire.com
Typ Platby free
Webové stránky Rozšíření https://ticketfire.com/
Podporované Jazyky 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"
    ]
}