Amazon WishList Point

Add a function to display points on the Amazon wish list

Co to jest Amazon WishList Point?

Amazon WishList Point to rozszerzenie Chrome opracowane przez https://fuquna.ga, a jego główną funkcją jest „Add a function to display points on the Amazon wish list”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon WishList Point

Pobierz pliki rozszerzeń Amazon WishList Point 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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Amazon WishList Point Amazon WishList Point
ID mffnibnldlmhmagdjiihbmjffpdmjlmn
Oficjalny URL https://chromewebstore.google.com/detail/amazon-wishlist-point/mffnibnldlmhmagdjiihbmjffpdmjlmn
Opis Add a function to display points on the Amazon wish list
Rozmiar pliku 12.15 KB
Liczba instalacji 750
Aktualna Wersja 1.4.1
Ostatnia Aktualizacja 2023-02-21
Data Publikacji 2018-08-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://fuquna.ga
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}