Amazon wishlist subtotal

Creates subtotal for wishlist on Amazon

Wat is Amazon wishlist subtotal?

Amazon wishlist subtotal is een Chrome-extensie ontwikkeld door HYUTS, en de belangrijkste functie is "Creates subtotal for wishlist on Amazon".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon wishlist subtotal

Download Amazon wishlist subtotal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Amazon wishlist subtotal Amazon wishlist subtotal
ID oalghggdeaciadklhjomgfbdnpkgaaba
Officiële URL https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba
Beschrijving Creates subtotal for wishlist on Amazon
Bestandsgrootte 350 KB
Aantal Installaties 35
Huidige Versie 1.2
Laatst Bijgewerkt 2020-12-29
Publicatiedatum 2020-12-29
Ontwikkelaar HYUTS
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}