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 |
Eメール | [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": [ " |