SmartCart
A Chrome extension that tracks your weekly Amazon spending!
Was ist SmartCart?
SmartCart ist eine Chrome-Erweiterung, die von alicecying entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that tracks your weekly Amazon spending!".
Erweiterungsscreenshots
SmartCart-Erweiterungs-CRX-Datei herunterladen
Laden Sie SmartCart-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Chrome extension that tracks your weekly online spending. Catered toward Amazon but works on all sites. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dianhnmggjkpmiiceaajbngbfglgicgh |
| Offizielle URL | https://chromewebstore.google.com/detail/smartcart/dianhnmggjkpmiiceaajbngbfglgicgh |
| Beschreibung | A Chrome extension that tracks your weekly Amazon spending! |
| Dateigröße | 877 KB |
| Installationsanzahl | 37 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-05-17 |
| Veröffentlichungsdatum | 2021-05-16 |
| Entwickler | alicecying |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |