Devola: Amazon Wishlist Point Visualization
Add point return labels in Amazon.co.jp Wishlist and Ranking Page.
Devola: Amazon Wishlist Point Visualization là gì?
Devola: Amazon Wishlist Point Visualization là một tiện ích mở rộng Chrome được phát triển bởi https://damonge.com, và tính năng chính của nó là "Add point return labels in Amazon.co.jp Wishlist and Ranking Page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Devola: Amazon Wishlist Point Visualization
Tải xuống các tệp mở rộng Devola: Amazon Wishlist Point Visualization dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Devola: Amazon Wishlist Point Visualization |
ID | khfjbdbepipkeecalhcpcnhkdfedkcki |
URL Chính Thức | https://chromewebstore.google.com/detail/devola-amazon-wishlist-po/khfjbdbepipkeecalhcpcnhkdfedkcki |
Mô tả | Add point return labels in Amazon.co.jp Wishlist and Ranking Page. |
Kích Thước Tệp | 13.32 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2023-04-15 |
Ngày Phát Hành | 2020-04-03 |
Nhà Phát Triển | https://damonge.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/big-mon/amazon-wishlist-pointgetter |
URL Trang Trợ Giúp | https://github.com/big-mon/amazon-wishlist-pointgetter/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |