ASO Tools for Google Play Store™

View apps in different languages and quick links to 2 of the Top ASO analytics sites.

ASO Tools for Google Play Store™คืออะไร?

ASO Tools for Google Play Store™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rock'n null และคุณลักษณะหลักของมันคือ "View apps in different languages and quick links to 2 of the Top ASO analytics sites."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASO Tools for Google Play Store™

ดาวน์โหลดไฟล์ส่วนขยาย ASO Tools for Google Play Store™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Check apps in different languages, Great for checking store listing or checking reviews. Also fast links to 2 of the Top ASO analytics sites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ASO Tools for Google Play Store™ ASO Tools for Google Play Store™
ID ogbiebalkhkimkogbkofjbfclocdaofg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aso-tools-for-google-play/ogbiebalkhkimkogbkofjbfclocdaofg
คำอธิบาย View apps in different languages and quick links to 2 of the Top ASO analytics sites.
ขนาดไฟล์ 26.86 KB
จำนวนการติดตั้ง 666
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2021-03-15
วันที่เผยแพร่ 2020-05-26
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Rock'n null
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASO Tools for Google Play Store\u2122",
    "description": "View apps in different languages and quick links to 2 of the Top ASO analytics sites.",
    "version": "4.0",
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": "ASO Tools for Google Play Store\u2122"
    },
    "icons": {
        "16": "logo16.png",
        "24": "logo48.png",
        "32": "logo32.png",
        "128": "logo32.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/apps\/details?id=*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}