AMarkets Access
Your access to AMarkets site
Cos'è AMarkets Access?
AMarkets Access è un'estensione di Chrome sviluppata da https://amarkets.site, e la sua funzione principale è "Your access to AMarkets site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AMarkets Access
Scarica i file di estensione AMarkets Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
AMarkets Access will allow you to access the AMarkets website, even if, for some reason, the website is no longer available in your country.
Informazioni di Base sull'Estensione
Nome | AMarkets Access |
ID | ilnmmngddnhfofgonflobndgffifafko |
URL Ufficiale | https://chromewebstore.google.com/detail/amarkets-access/ilnmmngddnhfofgonflobndgffifafko |
Descrizione | Your access to AMarkets site |
Dimensione del File | 228 KB |
Conteggio Installazioni | 2,959 |
Versione Corrente | 7 |
Ultimo Aggiornamento | 2023-09-18 |
Data di Pubblicazione | 2022-05-08 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | https://amarkets.site |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://amarkets.site |
URL della Pagina di Aiuto | https://www.amarkets.com/about-amarkets/contacts/ |
URL della Pagina della Politica sulla Privacy | https://www.amarkets.com/about-amarkets/documents/privacy-policy |
Lingue Supportate | 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 } |