AMZScout Stock Stats - Amazon Stock Level Spy

Spy on competitors' inventory, see real stock and sales for free!

What is AMZScout Stock Stats - Amazon Stock Level Spy?

AMZScout Stock Stats - Amazon Stock Level Spy is a Chrome extension developed by AMZScout, and its main feature is "Spy on competitors' inventory, see real stock and sales for free!".

Extension Screenshots

screenshot

Download AMZScout Stock Stats - Amazon Stock Level Spy Extension CRX File

Download AMZScout Stock Stats - Amazon Stock Level Spy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        AMZScout Stock Stats is a FREE tool that allows you to view the inventory levels of a product from all Amazon sellers right on the product page.                    

Extension Basic Information

Name AMZScout Stock Stats - Amazon Stock Level Spy AMZScout Stock Stats - Amazon Stock Level Spy
ID liobflkelkokkacdemhmgkbpefgaekkm
Official URL https://chromewebstore.google.com/detail/amzscout-stock-stats-amaz/liobflkelkokkacdemhmgkbpefgaekkm
Description Spy on competitors' inventory, see real stock and sales for free!
File Size 1.59 MB
Installation Count 40,422
Current Version 1.4.8
Last Updated 2024-01-05
Publish Date 2019-12-16
Rating 3.74/5 Total 72 Ratings
Developer AMZScout
Email [email protected]
Payment Type free
Privacy Policy Page URL https://amzscout.net/docs/security-policy.pdf
Supported Languages de,en,fr,vi,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "version": "1.4.8",
    "default_locale": "en",
    "icons": {
        "16": "img\/48.png",
        "48": "img\/96.png",
        "128": "img\/128.png"
    },
    "action": {
        "default_icon": "img\/96.png",
        "default_title": "__MSG_shortName__"
    },
    "author": "https:\/\/amzscout.net",
    "homepage_url": "https:\/\/amzscout.net",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "background",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCYjoB1xwTFSupEL3cFuVGArMEZc7BO2KoOAEZjj\/Yz9ACkGjb0TnBfSZTrSWrasEChMUipaF\/stVZTwk5OlIcjNEFAGhD4zmRUYoccsZvKaamGXg6HQuhZEHnGhKeHedgJ7aKh20U2bCsIownxi4rS8dHrSpqyISdJFWzjkTxUPJC\/nw4h2Cr4q1WamChYo6qZTEJ0JOmozzQX8iDR093AlyK0Y+Oi8TXvTMyhOdOuV0I5Pa60lAVQy7BivedhW05IYZGujmMUJTdFyUNteYMTO+M1xn03+FF2vs\/LzqG0awaduyILbKFAtpepxkcomNf2yhR6kXhqLbIlYBLmhewIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; child-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons.css",
                "img\/*.png",
                "img\/*.svg",
                "img\/*.gif",
                "img\/*.jpg",
                "img\/signin\/*.png",
                "img\/signin\/*.svg",
                "styles.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.com.au\/*"
            ],
            "js": [
                "polyfills.js",
                "main.js"
            ],
            "css": [
                "icons.css"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amzscout.net\/*"
        ]
    }
}