Amazon WishList Point

Add a function to display points on the Amazon wish list

Amazon WishList Pointคืออะไร?

Amazon WishList Point เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fuquna.ga และคุณลักษณะหลักของมันคือ "Add a function to display points on the Amazon wish list"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon WishList Point

ดาวน์โหลดไฟล์ส่วนขยาย Amazon WishList Point ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon WishList Point 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"
    }
}