SmartCart
A Chrome extension that tracks your weekly Amazon spending!
Qu'est-ce que SmartCart ?
SmartCart est une extension Chrome développée par alicecying, et sa fonction principale est "A Chrome extension that tracks your weekly Amazon spending!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SmartCart
Téléchargez les fichiers d'extension SmartCart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome extension that tracks your weekly online spending. Catered toward Amazon but works on all sites.
Informations de Base sur l'Extension
Nom | SmartCart |
ID | dianhnmggjkpmiiceaajbngbfglgicgh |
URL Officiel | https://chromewebstore.google.com/detail/smartcart/dianhnmggjkpmiiceaajbngbfglgicgh |
Description | A Chrome extension that tracks your weekly Amazon spending! |
Taille du Fichier | 877 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-05-17 |
Date de Publication | 2021-05-16 |
Développeur | alicecying |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |