SmartCart

A Chrome extension that tracks your weekly Amazon spending!

Co to jest SmartCart?

SmartCart to rozszerzenie Chrome opracowane przez alicecying, a jego główną funkcją jest „A Chrome extension that tracks your weekly Amazon spending!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SmartCart

Pobierz pliki rozszerzeń SmartCart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SmartCart SmartCart
ID dianhnmggjkpmiiceaajbngbfglgicgh
Oficjalny URL https://chromewebstore.google.com/detail/smartcart/dianhnmggjkpmiiceaajbngbfglgicgh
Opis A Chrome extension that tracks your weekly Amazon spending!
Rozmiar pliku 877 KB
Liczba instalacji 37
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-05-17
Data Publikacji 2021-05-16
Deweloper alicecying
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}