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 là gì?

ASO - Toolbox by StoreMaven là một tiện ích mở rộng Chrome được phát triển bởi Storemaven, và tính năng chính của nó là "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ASO - Toolbox by StoreMaven

Tải xuống các tệp mở rộng ASO - Toolbox by StoreMaven dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ASO - Toolbox by StoreMaven ASO - Toolbox by StoreMaven
ID nlgkbpcannbahibpdnonjpnndpeffhmh
URL Chính Thức https://chromewebstore.google.com/detail/aso-toolbox-by-storemaven/nlgkbpcannbahibpdnonjpnndpeffhmh
Mô tả This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country
Kích Thước Tệp 646 KB
Số Lần Cài Đặt 7,424
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2023-01-02
Ngày Phát Hành 2019-10-02
Đánh Giá 4.13/5 Tổng số 54 Đánh Giá
Nhà Phát Triển Storemaven
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.storemaven.com
URL Trang Chính Sách Bảo Mật https://www.storemaven.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/logos\/16x16.png",
        "48": "\/assets\/logos\/48x48.png",
        "128": "\/assets\/logos\/128x128.png"
    }
}