AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

AppstoreSpy for Play Storeคืออะไร?

AppstoreSpy for Play Store เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appstorespy.com และคุณลักษณะหลักของมันคือ "Enrich Play Store with mobile app analytics from AppstoreSpy"

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

screenshot
screenshot

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

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

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

                        No more clicks and scrolling while investigating apps in Play Store.
This extension embeds app data directly into Play Store website. 

Use search, navigate through pages and instantly get app data embedded into an app card.

Application data available: 
* Installs
* Released date
* Updated date 
* Category 
* Installs per day (approx.) 

Subscribe to get full access to apps data.                    

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

ชื่อ AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
คำอธิบาย Enrich Play Store with mobile app analytics from AppstoreSpy
ขนาดไฟล์ 2.16 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2020-07-03
คะแนน 4.17/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://appstorespy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://appstorespy.com/extensions
URL หน้าช่วยเหลือ https://appstorespy.com/support
URL หน้านโยบายความเป็นส่วนตัว https://appstorespy.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AppstoreSpy for Play Store",
    "version": "1.1.7",
    "description": "Enrich Play Store with mobile app analytics from AppstoreSpy",
    "author": "appstorespy.com",
    "icons": {
        "16": "asodigger16.png",
        "32": "asodigger32.png",
        "48": "asodigger48.png",
        "128": "asodigger128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "modules\/*",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "identity",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/store\/*",
                "https:\/\/play.google.com\/work\/*",
                "https:\/\/appstorespy.com\/extension\/*"
            ],
            "css": [
                "playspy.css"
            ],
            "js": [
                "display.js",
                "content.js",
                "popup.js",
                "countries.js"
            ]
        }
    ],
    "action": {
        "default_title": "AppstoreSpy",
        "default_icon": "asodigger16.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}