AMarkets Access

Your access to AMarkets site

Co to jest AMarkets Access?

AMarkets Access to rozszerzenie Chrome opracowane przez https://amarkets.site, a jego główną funkcją jest „Your access to AMarkets site”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AMarkets Access

Pobierz pliki rozszerzeń AMarkets Access 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

                        AMarkets Access will allow you to access the AMarkets website, even if, for some reason, the website is no longer available in your country.                    

Podstawowe informacje o rozszerzeniu

Nazwa AMarkets Access AMarkets Access
ID ilnmmngddnhfofgonflobndgffifafko
Oficjalny URL https://chromewebstore.google.com/detail/amarkets-access/ilnmmngddnhfofgonflobndgffifafko
Opis Your access to AMarkets site
Rozmiar pliku 228 KB
Liczba instalacji 2,959
Aktualna Wersja 7
Ostatnia Aktualizacja 2023-09-18
Data Publikacji 2022-05-08
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper https://amarkets.site
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://amarkets.site
Adres URL Strony Pomocy https://www.amarkets.com/about-amarkets/contacts/
Adres URL Strony Polityki Prywatności https://www.amarkets.com/about-amarkets/documents/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMarkets Access",
    "description": "Your access to AMarkets site",
    "version": "7",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "pages\/options\/index.html",
    "action": {
        "default_popup": "pages\/popup_loading\/index.html"
    },
    "icons": {
        "16": "\/img\/logo-16.png",
        "32": "\/img\/logo-32.png",
        "48": "\/img\/logo-48.png",
        "128": "\/img\/logo-128.png"
    },
    "manifest_version": 3
}