Amazon wishlist subtotal
Creates subtotal for wishlist on Amazon
Was ist Amazon wishlist subtotal?
Amazon wishlist subtotal ist eine Chrome-Erweiterung, die von HYUTS entwickelt wurde, und ihr Hauptmerkmal ist "Creates subtotal for wishlist on Amazon".
Erweiterungsscreenshots
Amazon wishlist subtotal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon wishlist subtotal-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
This extension is to help you from needing to manually add the cost of items in your Amazon wishlist's. Normally you need to add items to your cart to calculate prices. The extension will be located at the top right of your screen. Enjoy!
Grundlegende Informationen zur Erweiterung
Name | Amazon wishlist subtotal |
ID | oalghggdeaciadklhjomgfbdnpkgaaba |
Offizielle URL | https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba |
Beschreibung | Creates subtotal for wishlist on Amazon |
Dateigröße | 350 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.2 |
Letztes Update | 2020-12-29 |
Veröffentlichungsdatum | 2020-12-29 |
Entwickler | HYUTS |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon wishlist subtotal", "version": "1.2", "description": "Creates subtotal for wishlist on Amazon", "icons": { "128": "icon_dark.png" }, "browser_action": { "name": "Dollar sign", "default_popup": "popup.html", "icons": [ "icon_dark.png" ], "default_icon": "icon_dark.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js", "js\/color_fade.js" ], "matches": [ "https:\/\/www.amazon.com\/*" ] } ] } |