AppstoreSpy for Play Store

Enrich Play Store with mobile app analytics from AppstoreSpy

AppstoreSpy for Play Store là gì?

AppstoreSpy for Play Store là một tiện ích mở rộng Chrome được phát triển bởi https://appstorespy.com, và tính năng chính của nó là "Enrich Play Store with mobile app analytics from AppstoreSpy".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AppstoreSpy for Play Store

Tải xuống các tệp mở rộng AppstoreSpy for Play Store 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

                        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.                    

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

Tên AppstoreSpy for Play Store AppstoreSpy for Play Store
ID dclnfogoojlodlkdfnmghfbeloeojken
URL Chính Thức https://chromewebstore.google.com/detail/appstorespy-for-play-stor/dclnfogoojlodlkdfnmghfbeloeojken
Mô tả Enrich Play Store with mobile app analytics from AppstoreSpy
Kích Thước Tệp 2.16 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2020-07-03
Đánh Giá 4.17/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://appstorespy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://appstorespy.com/extensions
URL Trang Trợ Giúp https://appstorespy.com/support
URL Trang Chính Sách Bảo Mật https://appstorespy.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}