Marketplace Analytics Item Finder

conveniently compare Amazon product prices against other marketplaces

Cos'è Marketplace Analytics Item Finder?

Marketplace Analytics Item Finder è un'estensione di Chrome sviluppata da marketplaceanalyticsco, e la sua funzione principale è "conveniently compare Amazon product prices against other marketplaces".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Marketplace Analytics Item Finder

Scarica i file di estensione Marketplace Analytics Item Finder 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

                        This chrome extension is a convenient tool for Amazon sellers to compare deals with other eCommerce stores like ebay.                    

Informazioni di Base sull'Estensione

Nome Marketplace Analytics Item Finder Marketplace Analytics Item Finder
ID ihjhjdbeamimcdmmdnajnfddahdcfaeb
URL Ufficiale https://chromewebstore.google.com/detail/marketplace-analytics-ite/ihjhjdbeamimcdmmdnajnfddahdcfaeb
Descrizione conveniently compare Amazon product prices against other marketplaces
Dimensione del File 1.47 MB
Conteggio Installazioni 76
Versione Corrente 0.3.8
Ultimo Aggiornamento 2023-08-06
Data di Pubblicazione 2022-06-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore marketplaceanalyticsco
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marketplace Analytics Item Finder",
    "version": "0.3.8",
    "manifest_version": 3,
    "description": "conveniently compare Amazon product prices against other marketplaces",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ebay.com\/itm\/*"
            ],
            "js": [
                "js\/hmac-sha256.js",
                "js\/cryptojs-enc-base64-min.js",
                "js\/jquery\/jquery.min.js",
                "src\/KeyManager.js",
                "src\/AmzManager.js",
                "src\/AmazonMws.js",
                "src\/EbayWebProductParser.js",
                "src\/ProfitConfigManager.js",
                "src\/ProfitCalculator.js",
                "src\/ebay_inject.js"
            ],
            "css": [
                "css\/ebay_inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.ebay.com\/deals"
            ],
            "include_globs": [
                "*#fromExtension*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/deals_inject.js"
            ],
            "css": [
                "css\/deals_inject.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon19.png",
            "24": "icons\/icon19.png",
            "32": "icons\/icon19.png"
        },
        "default_title": "Marketplace Analytics Item Finder"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/mws.amazonservices.com\/*",
        "*:\/\/webservices.amazon.com\/*",
        "*:\/\/api.airtable.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "img\/*"
            ],
            "extension_ids": [
                "odghnmadjdhcbecnienmckcekgpkchai"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjVrvXw6QT04oILQV2ldVjf+RGCg2NUG2wgf1k4dmMPAx5qAa50CAfPtTPKfLjw7Rx0VnVtpHGYjbRqrHr9yo7pTz4SvuK1F7wgkwzkM7qz2kIn7avWN0uFwdG4ptLjAUBWxktXvd0bc+EMGFaKFtSrDAcDHLUzldpVIpV0D+f+X7OV62+M5rwaUYNk3t\/Kw4N4GTuecJCs\/ZpFE55OdLEErMYuiXGFB0bk4fIqkEecDvFemLUCt8XmL99eBiVb4+kqjLE9ybl88do\/u+\/IpGDhsIs6em2bBuraU87vpgeKoi7qVHRLHuSZ7x6VU6v10+k1DmrPLGhDGwDVhIzj5waQIDAQAB"
}