Quanzoom extension
Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site
Quanzoom extension là gì?
Quanzoom extension là một tiện ích mở rộng Chrome được phát triển bởi manhnguyentien270489, và tính năng chính của nó là "Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site".
Ả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 Quanzoom extension
Tải xuống các tệp mở rộng Quanzoom extension 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
This extension help users to copy Merch by Amazon product links to clipboard
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quanzoom extension |
ID | ijcljeldmhnbpnfcpdafbaaafiiebebm |
URL Chính Thức | https://chromewebstore.google.com/detail/quanzoom-extension/ijcljeldmhnbpnfcpdafbaaafiiebebm |
Mô tả | Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site |
Kích Thước Tệp | 56.91 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2023-09-10 |
Ngày Phát Hành | 2023-08-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | manhnguyentien270489 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quanzoom extension", "version": "1.3", "description": "Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/util.js", "scripts\/amazon.js", "scripts\/redbubble.js", "scripts\/teepublic.js" ], "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.redbubble.com\/*", "https:\/\/www.teepublic.com\/*" ] } ] } |