Amazon WishList Sum

It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)

Qu'est-ce que Amazon WishList Sum ?

Amazon WishList Sum est une extension Chrome développée par TKS, et sa fonction principale est "It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Amazon WishList Sum

Téléchargez les fichiers d'extension Amazon WishList Sum au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        You can see the total price in your wishlist without putting them into the cart.

Amazonで商品をカートに入れレジに行く前に、合計金額を知りたい時はありませんか?
ほしい物リストに入っている商品の合計金額を表示することができます!

(You have to reload a web page if you want to use this again.)
(同じページで再度使うときはページを一度リロードしてください。)

Here is the code: https://github.com/mugi0096/wishlistSum                    

Informations de Base sur l'Extension

Nom Amazon WishList Sum Amazon WishList Sum
ID ajbgdhggiminjddnpjdcgoconpjgkkfi
URL Officiel https://chromewebstore.google.com/detail/amazon-wishlist-sum/ajbgdhggiminjddnpjdcgoconpjgkkfi
Description It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)
Taille du Fichier 4.97 KB
Nombre d'Installations 341
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-12-03
Date de Publication 2021-12-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur TKS
Email [email protected]
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon WishList Sum",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)",
    "action": {
        "default_icon": "icon16.png",
        "default_title": "\u5408\u8a08\u91d1\u984d"
    },
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.co.jp\/*\/wishlist\/*"
    ]
}