Axs extension

TRT's AXS Tool, for members only.

Co to jest Axs extension?

Axs extension to rozszerzenie Chrome opracowane przez https://ticketresaleteam.com, a jego główną funkcją jest „TRT's AXS Tool, for members only.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Axs extension

Pobierz pliki rozszerzeń Axs extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Axs extension Axs extension
ID joambplkekngmmajojihamohlohdbcap
Oficjalny URL https://chromewebstore.google.com/detail/axs-extension/joambplkekngmmajojihamohlohdbcap
Opis TRT's AXS Tool, for members only.
Rozmiar pliku 4.98 MB
Liczba instalacji 581
Aktualna Wersja 4.0
Ostatnia Aktualizacja 2020-12-04
Data Publikacji 2020-05-16
Deweloper https://ticketresaleteam.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}