Ticket Master Data
TRT's TM/LV Tool, for members only
Ticket Master Data là gì?
Ticket Master Data là một tiện ích mở rộng Chrome được phát triển bởi https://ticketresaleteam.com, và tính năng chính của nó là "TRT's TM/LV Tool, for members only".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ticket Master Data
Tải xuống các tệp mở rộng Ticket Master Data dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ticket Master Data |
ID | pghmiecjdbdaibecngmefbdmglkcboof |
URL Chính Thức | https://chromewebstore.google.com/detail/ticket-master-data/pghmiecjdbdaibecngmefbdmglkcboof |
Mô tả | TRT's TM/LV Tool, for members only |
Kích Thước Tệp | 204 KB |
Số Lần Cài Đặt | 675 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2021-10-08 |
Ngày Phát Hành | 2019-11-07 |
Nhà Phát Triển | https://ticketresaleteam.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |