Axs extension
TRT's AXS Tool, for members only.
Was ist Axs extension?
Axs extension ist eine Chrome-Erweiterung, die von https://ticketresaleteam.com entwickelt wurde, und ihr Hauptmerkmal ist "TRT's AXS Tool, for members only.".
Erweiterungsscreenshots
Axs extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Axs extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | joambplkekngmmajojihamohlohdbcap |
Offizielle URL | https://chromewebstore.google.com/detail/axs-extension/joambplkekngmmajojihamohlohdbcap |
Beschreibung | TRT's AXS Tool, for members only. |
Dateigröße | 4.98 MB |
Installationsanzahl | 581 |
Aktuelle Version | 4.0 |
Letztes Update | 2020-12-04 |
Veröffentlichungsdatum | 2020-05-16 |
Entwickler | https://ticketresaleteam.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |