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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Storemaven และคุณลักษณะหลักของมันคือ "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASO - Toolbox by StoreMaven

ดาวน์โหลดไฟล์ส่วนขยาย 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 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/logos\/16x16.png",
        "48": "\/assets\/logos\/48x48.png",
        "128": "\/assets\/logos\/128x128.png"
    }
}