Amazon wishlist subtotal

Creates subtotal for wishlist on Amazon

Vad är Amazon wishlist subtotal?

Amazon wishlist subtotal är en Chrome-tillägg utvecklad av HYUTS, och dess huvudfunktion är "Creates subtotal for wishlist on Amazon".

Tilläggsskärmbilder

screenshot

Ladda ner Amazon wishlist subtotal-förlängningens CRX-fil

Ladda ner Amazon wishlist subtotal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Amazon wishlist subtotal Amazon wishlist subtotal
ID oalghggdeaciadklhjomgfbdnpkgaaba
Officiell webbadress https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba
Beskrivning Creates subtotal for wishlist on Amazon
Filstorlek 350 KB
Antal Installationer 35
Aktuell Version 1.2
Senast Uppdaterad 2020-12-29
Publiceringsdatum 2020-12-29
Utvecklare HYUTS
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}