Amazon wishlist subtotal
Creates subtotal for wishlist on Amazon
Co to jest Amazon wishlist subtotal?
Amazon wishlist subtotal to rozszerzenie Chrome opracowane przez HYUTS, a jego główną funkcją jest „Creates subtotal for wishlist on Amazon”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon wishlist subtotal
Pobierz pliki rozszerzeń Amazon wishlist subtotal 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
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon wishlist subtotal |
ID | oalghggdeaciadklhjomgfbdnpkgaaba |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba |
Opis | Creates subtotal for wishlist on Amazon |
Rozmiar pliku | 350 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-12-29 |
Data Publikacji | 2020-12-29 |
Deweloper | HYUTS |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |