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 |
官方網址 | 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": [ " |