AliExpress Image Search
Find the best suppliers with the lower prices for your products
AliExpress Image Search là gì?
AliExpress Image Search là một tiện ích mở rộng Chrome được phát triển bởi alisearchbyimage, và tính năng chính của nó là "Find the best suppliers with the lower prices for your products".
Ả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 AliExpress Image Search
Tải xuống các tệp mở rộng AliExpress Image Search 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
Allows you to search for products on Aliexpress by picture
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AliExpress Image Search |
ID | mfonnkhmbbhapphdapnnjbpohppplhhh |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-image-search/mfonnkhmbbhapphdapnnjbpohppplhhh |
Mô tả | Find the best suppliers with the lower prices for your products |
Kích Thước Tệp | 66.09 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-03-14 |
Ngày Phát Hành | 2022-09-08 |
Nhà Phát Triển | alisearchbyimage |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "version": "1.0.0", "description": "__MSG_subtitle__", "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "*:\/\/*.aliexpress.com\/*", "https:\/\/thieve.co\/api\/ali\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/item\/*" ], "js": [ "script.js" ] } ], "action": { "default_popup": "index.html" }, "icons": { "128": "icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "default_locale": "en", "manifest_version": 3 } |