SmartCart

A Chrome extension that tracks your weekly Amazon spending!

Cos'è SmartCart?

SmartCart è un'estensione di Chrome sviluppata da alicecying, e la sua funzione principale è "A Chrome extension that tracks your weekly Amazon spending!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SmartCart

Scarica i file di estensione SmartCart 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

                        Chrome extension that tracks your weekly online spending. Catered toward Amazon but works on all sites.                    

Informazioni di Base sull'Estensione

Nome SmartCart SmartCart
ID dianhnmggjkpmiiceaajbngbfglgicgh
URL Ufficiale https://chromewebstore.google.com/detail/smartcart/dianhnmggjkpmiiceaajbngbfglgicgh
Descrizione A Chrome extension that tracks your weekly Amazon spending!
Dimensione del File 877 KB
Conteggio Installazioni 37
Versione Corrente 1.0
Ultimo Aggiornamento 2021-05-17
Data di Pubblicazione 2021-05-16
Sviluppatore alicecying
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartCart",
    "description": "A Chrome extension that tracks your weekly Amazon spending!",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-+g204TX6UUDQYJk5UUJV7ZTnXh4daOVoRTpqX50rRpU=' 'sha256-2xP2D9Kk9giZxIgPaTjxabFujtBNxv26EzLsz4APVq4='",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/SmartCartIcon16.png",
        "32": "images\/SmartCartIcon32.png",
        "48": "images\/SmartCartIcon.png",
        "128": "images\/SmartCartIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/buy\/spc\/handlers\/display.html?hasWorkingJavascript=1"
            ],
            "js": [
                "console.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}