Devola: Amazon Wishlist Point Visualization
Add point return labels in Amazon.co.jp Wishlist and Ranking Page.
Devola: Amazon Wishlist Point Visualizationคืออะไร?
Devola: Amazon Wishlist Point Visualization เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://damonge.com และคุณลักษณะหลักของมันคือ "Add point return labels in Amazon.co.jp Wishlist and Ranking Page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Devola: Amazon Wishlist Point Visualization
ดาวน์โหลดไฟล์ส่วนขยาย Devola: Amazon Wishlist Point Visualization ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When browsing the wish list or ranking page, the points that can be earned are also displayed. Only Amazon.co.jp is supported, not Amazon.com etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Devola: Amazon Wishlist Point Visualization |
ID | khfjbdbepipkeecalhcpcnhkdfedkcki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/devola-amazon-wishlist-po/khfjbdbepipkeecalhcpcnhkdfedkcki |
คำอธิบาย | Add point return labels in Amazon.co.jp Wishlist and Ranking Page. |
ขนาดไฟล์ | 13.32 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2023-04-15 |
วันที่เผยแพร่ | 2020-04-03 |
ผู้พัฒนา | https://damonge.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/big-mon/amazon-wishlist-pointgetter |
URL หน้าช่วยเหลือ | https://github.com/big-mon/amazon-wishlist-pointgetter/issues |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Devola: Amazon Wishlist Point Visualization", "short_name": "Devola", "version": "1.4.3", "description": "__MSG_appDesc__", "default_locale": "ja", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*\/wishlist\/*", "https:\/\/www.amazon.co.jp\/portal-migration\/bestsellers\/*", "https:\/\/www.amazon.co.jp\/gp\/bestsellers\/*", "https:\/\/www.amazon.co.jp\/gp\/new-releases\/*", "https:\/\/www.amazon.co.jp\/gp\/movers-and-shakers\/*" ], "css": [], "js": [ "js\/index.js" ], "run_at": "document_end" } ] } |