Amazon wishlist subtotal
Creates subtotal for wishlist on Amazon
Cos'è Amazon wishlist subtotal?
Amazon wishlist subtotal è un'estensione di Chrome sviluppata da HYUTS, e la sua funzione principale è "Creates subtotal for wishlist on Amazon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon wishlist subtotal
Scarica i file di estensione Amazon wishlist subtotal 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
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!
Informazioni di Base sull'Estensione
Nome | Amazon wishlist subtotal |
ID | oalghggdeaciadklhjomgfbdnpkgaaba |
URL Ufficiale | https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba |
Descrizione | Creates subtotal for wishlist on Amazon |
Dimensione del File | 350 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-12-29 |
Data di Pubblicazione | 2020-12-29 |
Sviluppatore | HYUTS |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |