Amazon WishList Point
Add a function to display points on the Amazon wish list
Amazon WishList Point क्या है?
Amazon WishList Point https://fuquna.ga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a function to display points on the Amazon wish list"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon WishList Point एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |