ASO - Toolbox by StoreMaven
This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country
什么是ASO - Toolbox by StoreMaven?
ASO - Toolbox by StoreMaven是由Storemaven开发的Chrome扩展程序,该扩展的主要功能是“This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country”。
扩展截图
下载ASO - Toolbox by StoreMaven扩展crx文件
下载ASO - Toolbox by StoreMaven扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ASO - Toolbox by StoreMaven |
ID | nlgkbpcannbahibpdnonjpnndpeffhmh |
官方URL | https://chromewebstore.google.com/detail/aso-toolbox-by-storemaven/nlgkbpcannbahibpdnonjpnndpeffhmh |
简介 | This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country |
文件大小 | 646 KB |
安装次数 | 7,424 |
当前版本 | 3.0.0 |
更新时间 | 2023-01-02 |
上架时间 | 2019-10-02 |
评分 | 4.13/5 共54次评分 |
开发者 | Storemaven |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.storemaven.com |
隐私政策页面URL | https://www.storemaven.com/privacy-policy |
支持的语言 | 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": [ " |