Axs extension
TRT's AXS Tool, for members only.
Axs extension là gì?
Axs extension 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 AXS 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 Axs extension
Tải xuống các tệp mở rộng Axs extension 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 axs events
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | joambplkekngmmajojihamohlohdbcap |
URL Chính Thức | https://chromewebstore.google.com/detail/axs-extension/joambplkekngmmajojihamohlohdbcap |
Mô tả | TRT's AXS Tool, for members only. |
Kích Thước Tệp | 4.98 MB |
Số Lần Cài Đặt | 581 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2020-12-04 |
Ngày Phát Hành | 2020-05-16 |
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", "manifest_version": 2, "name": "Axs extension", "description": "TRT's AXS Tool, for members only.", "version": "4.0", "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png" }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_popup": "popup.html", "default_title": "Axs chrome extension" }, "permissions": [ "cookies", "activeTab", "storage", "https:\/\/tix.axs.com\/", "https:\/\/unified-api.axs.com", "https:\/\/unifiedapicommerce.us-prod0.axs.com", "*:\/\/ticketresaleteam.com\/*" ] } |