ASO - Toolbox by StoreMaven
This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country
Cos'è ASO - Toolbox by StoreMaven?
ASO - Toolbox by StoreMaven è un'estensione di Chrome sviluppata da Storemaven, e la sua funzione principale è "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ASO - Toolbox by StoreMaven
Scarica i file di estensione ASO - Toolbox by StoreMaven 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
With ONE click: - Easily view app store pages in any country and in any language. - Preview and interact with the mobile layout of any app store. Your ASO strategy just got easier! This ASO tool offers the most convenient way to research your competitors. It allows you to view and download app store mobile layouts straight from your desktop, while looking at iTunes and Google Play web pages.
Informazioni di Base sull'Estensione
Nome | ASO - Toolbox by StoreMaven |
ID | nlgkbpcannbahibpdnonjpnndpeffhmh |
URL Ufficiale | https://chromewebstore.google.com/detail/aso-toolbox-by-storemaven/nlgkbpcannbahibpdnonjpnndpeffhmh |
Descrizione | This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country |
Dimensione del File | 646 KB |
Conteggio Installazioni | 7,424 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2023-01-02 |
Data di Pubblicazione | 2019-10-02 |
Valutazione | 4.13/5 Totale 54 Valutazioni |
Sviluppatore | Storemaven |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.storemaven.com |
URL della Pagina della Politica sulla Privacy | https://www.storemaven.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ASO - Toolbox by StoreMaven", "version": "3.0.0", "description": "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country", "permissions": [ "tabs", "identity", "identity.email", "storage" ], "host_permissions": [ "https:\/\/serve-dot-mvns-creative-testing-prod.uc.r.appspot.com\/*", "https:\/\/events-dot-mvns-creative-testing-prod.uc.r.appspot.com\/*" ], "content_scripts": [ { "js": [ "contentPage.js" ], "matches": [ "https:\/\/play.google.com\/store\/apps\/*", "https:\/\/itunes.apple.com\/*\/app\/*", "https:\/\/itunes.apple.com\/app\/*", "https:\/\/apps.apple.com\/*\/app\/*", "https:\/\/apps.apple.com\/app\/*" ], "run_at": "document_start" } ], "background": { "service_worker": "backgroundPage.js" }, "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ " |