AMZScout Stock Stats - Amazon Stock Level Spy

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

Cos'è AMZScout Stock Stats - Amazon Stock Level Spy?

AMZScout Stock Stats - Amazon Stock Level Spy è un'estensione di Chrome sviluppata da AMZScout, e la sua funzione principale è "Spy on competitors' inventory, see real stock and sales for free!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AMZScout Stock Stats - Amazon Stock Level Spy

Scarica i file di estensione AMZScout Stock Stats - Amazon Stock Level Spy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AMZScout Stock Stats - Amazon Stock Level Spy AMZScout Stock Stats - Amazon Stock Level Spy
ID liobflkelkokkacdemhmgkbpefgaekkm
URL Ufficiale https://chromewebstore.google.com/detail/amzscout-stock-stats-amaz/liobflkelkokkacdemhmgkbpefgaekkm
Descrizione Spy on competitors' inventory, see real stock and sales for free!
Dimensione del File 1.59 MB
Conteggio Installazioni 40,422
Versione Corrente 1.4.8
Ultimo Aggiornamento 2024-01-05
Data di Pubblicazione 2019-12-16
Valutazione 3.74/5 Totale 72 Valutazioni
Sviluppatore AMZScout
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://amzscout.net/docs/security-policy.pdf
Lingue Supportate 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\/*"
        ]
    }
}