Ticket Master Data
TRT's TM/LV Tool, for members only
Ticket Master Data란 무엇입니까?
Ticket Master Data은(는) https://ticketresaleteam.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TRT's TM/LV Tool, for members only"입니다.
확장 프로그램 스크린샷
Ticket Master Data 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Ticket Resale Team counter provides users information about how a specific event is selling. This information helps members in many ways. The extension provides members with the amount of tickets remaining for an event. This allows members to decide if they should purchase this event or not. Having information on how many tickets are left really helps our users. This extension provides information for ticketmaster events
확장 프로그램 기본 정보
이름 | Ticket Master Data |
ID | pghmiecjdbdaibecngmefbdmglkcboof |
공식 URL | https://chromewebstore.google.com/detail/ticket-master-data/pghmiecjdbdaibecngmefbdmglkcboof |
설명 | TRT's TM/LV Tool, for members only |
파일 크기 | 204 KB |
설치 횟수 | 675 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-10-08 |
출시 날짜 | 2019-11-07 |
개발자 | https://ticketresaleteam.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ticket Master Data", "description": "TRT's TM\/LV Tool, for members only", "version": "1.1.1", "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "permissions": [ "*:\/\/*.livenation.com\/event\/*", "*:\/\/*.livenation.ca\/event\/*", "*:\/\/*.livenation.com\/*\/event\/*", "*:\/\/*.livenation.ca\/*\/event\/*", "*:\/\/*.ticketmaster.com\/*\/event\/*", "*:\/\/*.ticketmaster.com\/event\/*", "*:\/\/*.ticketmaster.ca\/*\/event\/*", "*:\/\/*.ticketmaster.ca\/event\/*", "*:\/\/my.ticketmaster.com\/*", "*:\/\/my.ticketmaster.ca\/*", "*:\/\/my.livenation.com\/*", "*:\/\/my.livenation.ca\/*", "https:\/\/*.ticketweb.com\/*", "https:\/\/*.ticketweb.ca\/*", "https:\/\/*.stubhub.com\/*", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup.html" } } } |