Pandabuy Currency Converter
Convert all currencies into a selected one.
Pandabuy Currency Converter là gì?
Pandabuy Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi Angus Paillaugue, và tính năng chính của nó là "Convert all currencies into a selected one.".
Ả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 Pandabuy Currency Converter
Tải xuống các tệp mở rộng Pandabuy Currency Converter 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
Enhance your PandaBuy website shopping experience with PCC! This versatile Chrome extension automates currency conversion, customizes Yuppo.com, and seamlessly connects you to PandaBuy. Say goodbye to manual conversions, enjoy clutter-free Yuppo.com, and effortlessly browse Chinese marketplaces. Shop smarter with PCC today!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pandabuy Currency Converter |
ID | bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
URL Chính Thức | https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
Mô tả | Convert all currencies into a selected one. |
Kích Thước Tệp | 58.11 KB |
Số Lần Cài Đặt | 730 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2024-01-11 |
Ngày Phát Hành | 2023-10-08 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Angus Paillaugue |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pcc.paillaugue.fr |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pandabuy Currency Converter", "description": "Convert all currencies into a selected one.", "version": "2.1.1", "update_notes": "The PCC extension is now free. Enjoy!", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png" } }, "icons": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png", "48": "icons\/48-icon.png", "128": "icons\/128-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.pandabuy.com\/*", "*:\/\/*.yupoo.com\/*", "*:\/\/*.weidian.com\/*", "*:\/\/weidian.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.reddit.com\/*" ], "exclude_matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "host_permissions": [ " |