Amazon WishList Point
Add a function to display points on the Amazon wish list
Amazon WishList Pointとは何ですか?
Amazon WishList Pointはhttps://fuquna.gaによって開発されたChromeの拡張機能で、その主な機能は「Add a function to display points on the Amazon wish list」です。
拡張機能のスクリーンショット
Amazon WishList Point拡張機能のCRXファイルをダウンロード
Amazon WishList Point拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
amazon.co.jpのウィッシュリストに、商品を購入した際に付与されるAmazonポイントの表記を追加します。 通常ウィッシュリスト上の商品表示にはAmazonポイントが表示されないため各商品の個別ページを開いて確認する必要がありますが、本拡張を使うことでウィッシュリスト上で一覧表示のまま確認できます。
拡張機能の基本情報
名前 | Amazon WishList Point |
ID | mffnibnldlmhmagdjiihbmjffpdmjlmn |
公式URL | https://chromewebstore.google.com/detail/amazon-wishlist-point/mffnibnldlmhmagdjiihbmjffpdmjlmn |
説明 | Add a function to display points on the Amazon wish list |
ファイルサイズ | 12.15 KB |
インストール数 | 750 |
現在のバージョン | 1.4.1 |
最終更新日 | 2023-02-21 |
公開日 | 2018-08-10 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://fuquna.ga |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |