AsoSpy for Google Play Store

Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more.

AsoSpy for Google Play Storeคืออะไร?

AsoSpy for Google Play Store เป็นส่วนขยายของ Chrome ที่พัฒนาโดย asospy.com และคุณลักษณะหลักของมันคือ "Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more."

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

screenshot

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

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

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

                        English (US) 	
Elevate your Play Store experience with the integration of mobile app analytics from AsoSpy. Say goodbye to tedious clicks and endless scrolling while investigating apps. Our extension seamlessly embeds app data directly into the Play Store website, providing you with instant access to valuable insights.

With this extension, you can effortlessly search for apps, navigate through pages, and have comprehensive app data conveniently displayed within each app card. No more bouncing between multiple tabs or external tools to gather crucial information.

The app data made available through AsoSpy includes essential details such as the number of installs, release date, last update date, app category, and approximate installs per day. Having these insights at your fingertips empowers you to make informed decisions about which apps to explore further.

By eliminating the need for manual research and reducing the time spent on app investigations, our extension streamlines the app discovery process. Whether you're a developer, marketer, or app enthusiast, AsoSpy enhances your efficiency and helps you make data-driven decisions.

Experience the convenience and efficiency of integrated app analytics. Install the AsoSpy extension now and unlock a whole new level of Play Store browsing. Gain valuable insights, save time, and make more informed choices with ease.                    

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

ชื่อ AsoSpy for Google Play Store AsoSpy for Google Play Store
ID djldgekfnmbecjgdfnbnilgoojfihfli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/asospy-for-google-play-st/djldgekfnmbecjgdfnbnilgoojfihfli
คำอธิบาย Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more.
ขนาดไฟล์ 53.06 KB
จำนวนการติดตั้ง 1,370
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2023-06-27
วันที่เผยแพร่ 2023-06-24
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา asospy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://asospy.com
URL หน้าช่วยเหลือ https://asospy.com/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://asospy.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AsoSpy for Google Play Store",
    "version": "3.3",
    "description": "Enhance Play Store with app analytics. View app data instantly. Get insights on installs, release date, updates, and more. ",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "AsoSpy",
        "default_popup": "login\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/*",
                "*:\/\/play.google.com\/work\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}