Amazon WishList Point

Add a function to display points on the Amazon wish list

Wat is Amazon WishList Point?

Amazon WishList Point is een Chrome-extensie ontwikkeld door https://fuquna.ga, en de belangrijkste functie is "Add a function to display points on the Amazon wish list".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Amazon WishList Point

Download Amazon WishList Point-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

                        amazon.co.jpのウィッシュリストに、商品を購入した際に付与されるAmazonポイントの表記を追加します。

通常ウィッシュリスト上の商品表示にはAmazonポイントが表示されないため各商品の個別ページを開いて確認する必要がありますが、本拡張を使うことでウィッシュリスト上で一覧表示のまま確認できます。                    

Basisinformatie over de Extensie

Naam Amazon WishList Point Amazon WishList Point
ID mffnibnldlmhmagdjiihbmjffpdmjlmn
Officiële URL https://chromewebstore.google.com/detail/amazon-wishlist-point/mffnibnldlmhmagdjiihbmjffpdmjlmn
Beschrijving Add a function to display points on the Amazon wish list
Bestandsgrootte 12.15 KB
Aantal Installaties 750
Huidige Versie 1.4.1
Laatst Bijgewerkt 2023-02-21
Publicatiedatum 2018-08-10
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://fuquna.ga
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon WishList Point",
    "version": "1.4.1",
    "description": "Add a function to display points on the Amazon wish list",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.jp\/*\/wishlist\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "128": "ap128.png"
    }
}