Amazon WishList Point
Add a function to display points on the Amazon wish list
Qu'est-ce que Amazon WishList Point ?
Amazon WishList Point est une extension Chrome développée par https://fuquna.ga, et sa fonction principale est "Add a function to display points on the Amazon wish list".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon WishList Point
Téléchargez les fichiers d'extension Amazon WishList Point 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
amazon.co.jpのウィッシュリストに、商品を購入した際に付与されるAmazonポイントの表記を追加します。 通常ウィッシュリスト上の商品表示にはAmazonポイントが表示されないため各商品の個別ページを開いて確認する必要がありますが、本拡張を使うことでウィッシュリスト上で一覧表示のまま確認できます。
Informations de Base sur l'Extension
Nom | Amazon WishList Point |
ID | mffnibnldlmhmagdjiihbmjffpdmjlmn |
URL Officiel | https://chromewebstore.google.com/detail/amazon-wishlist-point/mffnibnldlmhmagdjiihbmjffpdmjlmn |
Description | Add a function to display points on the Amazon wish list |
Taille du Fichier | 12.15 KB |
Nombre d'Installations | 750 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2023-02-21 |
Date de Publication | 2018-08-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://fuquna.ga |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |