TicketFire - Sports Concerts Theater Tickets
Discover popular and upcoming events in your area.
TicketFire - Sports Concerts Theater Tickets란 무엇입니까?
TicketFire - Sports Concerts Theater Tickets은(는) https://ticketfire.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover popular and upcoming events in your area."입니다.
확장 프로그램 스크린샷
TicketFire - Sports Concerts Theater Tickets 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | TicketFire - Sports Concerts Theater Tickets |
ID | oebnjpldohloalmnbifhdajohjhldpdk |
공식 URL | https://chromewebstore.google.com/detail/ticketfire-sports-concert/oebnjpldohloalmnbifhdajohjhldpdk |
설명 | Discover popular and upcoming events in your area. |
파일 크기 | 2.86 MB |
설치 횟수 | 25 |
현재 버전 | 1.10 |
최근 업데이트 | 2017-12-09 |
출시 날짜 | 2017-12-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://ticketfire.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ticketfire.com/ |
지원되는 언어 | 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" ] } |