Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
Price decoder for STOS/BMLin là gì?
Price decoder for STOS/BMLin là một tiện ích mở rộng Chrome được phát triển bởi drantiniofficial, và tính năng chính của nó là "Decoder for STOS/BMLin price codes and others.".
Ả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 Price decoder for STOS/BMLin
Tải xuống các tệp mở rộng Price decoder for STOS/BMLin 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
===---- AUTOMATIC DETECTION ----=== Use this price decoder on any yupoo website that has STOS/BMLin price codes, If price code is detected it will automatically convert it to human-readable prices. ===---- (NEW) VARIOUS CURRENCIES (NEW) ----=== You can now change currency to convert the price code to. Available currencies are: USD, EUR, GBP, CAD ===---- MANUAL CONVERSION ----=== If not, you can open the popup by clicking on the extension ("black PD in white box") icon and enter the code manually.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Price decoder for STOS/BMLin |
ID | bbafiecniichheadhagmllcjajcffhdl |
URL Chính Thức | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl |
Mô tả | Decoder for STOS/BMLin price codes and others. |
Kích Thước Tệp | 10.47 KB |
Số Lần Cài Đặt | 4,925 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-11-13 |
Ngày Phát Hành | 2021-06-01 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | drantiniofficial |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Price decoder for STOS\/BMLin", "description": "Decoder for STOS\/BMLin price codes and others.", "version": "1.1", "minimum_chrome_version": "88", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.yupoo.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "logo.png" }, "action": { "default_popup": "popup.html" } } |