Axs extension
TRT's AXS Tool, for members only.
Vad är Axs extension?
Axs extension är en Chrome-tillägg utvecklad av https://ticketresaleteam.com, och dess huvudfunktion är "TRT's AXS Tool, for members only.".
Tilläggsskärmbilder
Ladda ner Axs extension-förlängningens CRX-fil
Ladda ner Axs extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | joambplkekngmmajojihamohlohdbcap |
Officiell webbadress | https://chromewebstore.google.com/detail/axs-extension/joambplkekngmmajojihamohlohdbcap |
Beskrivning | TRT's AXS Tool, for members only. |
Filstorlek | 4.98 MB |
Antal Installationer | 581 |
Aktuell Version | 4.0 |
Senast Uppdaterad | 2020-12-04 |
Publiceringsdatum | 2020-05-16 |
Utvecklare | https://ticketresaleteam.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |