Search by image on Aliexpress
The extension allows you to use any picture (photo) to quickly search for products on Aliexpress
Search by image on Aliexpress là gì?
Search by image on Aliexpress là một tiện ích mở rộng Chrome được phát triển bởi itcashback, và tính năng chính của nó là "The extension allows you to use any picture (photo) to quickly search for products on Aliexpress".
Ả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 Search by image on Aliexpress
Tải xuống các tệp mở rộng Search by image on Aliexpress 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
What is this supplement for? This add-on allows you to quickly find the goods you need (from the photo) in the popular Aliexpress store. If you saw goods on some website that you want to buy on Aliexpress you need to take a few simple steps: 1. Install this application "Search by image on Aliexpress" (you need to do it once) 2. On any site, click on the picture (photo) with the right mouse button. 3. In the context menu, click "Search Pictures on Aliexpress.ru" After which you will be redirected to the website of Aliexpress store where as a result of the search You will need goods. This is a very simple application that saves you time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search by image on Aliexpress |
ID | cmkhghjjbnkidoplhmeiplccpfkffpek |
URL Chính Thức | https://chromewebstore.google.com/detail/search-by-image-on-aliexp/cmkhghjjbnkidoplhmeiplccpfkffpek |
Mô tả | The extension allows you to use any picture (photo) to quickly search for products on Aliexpress |
Kích Thước Tệp | 56.29 KB |
Số Lần Cài Đặt | 696 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2023-12-10 |
Ngày Phát Hành | 2020-06-09 |
Đánh Giá | 3.44/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | itcashback |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://serchimage.xyz/ |
URL Trang Chính Sách Bảo Mật | https://itcashback.com/site/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.4.0", "icons": { "128": "\/img\/128.png", "48": "\/img\/48.png", "16": "\/img\/16.png" }, "action": { "default_popup": "popup.html", "default_title": "Start page" }, "permissions": [ "storage", "contextMenus", "https:\/\/serchimage.xyz\/" ], "background": { "service_worker": "\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*", "https:\/\/*.aliexpress.us\/*" ], "js": [ "\/js\/inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "libs\/*" ], "matches": [ " |