Axs extension
TRT's AXS Tool, for members only.
Axs extension क्या है?
Axs extension https://ticketresaleteam.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TRT's AXS Tool, for members only."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Axs extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 axs events
एक्सटेंशन की मूल जानकारी
नाम | |
ID | joambplkekngmmajojihamohlohdbcap |
आधिकारिक URL | https://chromewebstore.google.com/detail/axs-extension/joambplkekngmmajojihamohlohdbcap |
विवरण | TRT's AXS Tool, for members only. |
फ़ाइल का आकार | 4.98 MB |
स्थापना संख्या | 581 |
वर्तमान संस्करण | 4.0 |
अंतिम अपडेट | 2020-12-04 |
प्रकाशन तिथि | 2020-05-16 |
डेवलपर | https://ticketresaleteam.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |