AliExpress Image Search
Find the best suppliers with the lower prices for your products
什么是AliExpress Image Search?
AliExpress Image Search是由alisearchbyimage开发的Chrome扩展程序,该扩展的主要功能是“Find the best suppliers with the lower prices for your products”。
扩展截图
下载AliExpress Image Search扩展crx文件
下载AliExpress Image Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to search for products on Aliexpress by picture
扩展基本信息
名称 | AliExpress Image Search |
ID | mfonnkhmbbhapphdapnnjbpohppplhhh |
官方URL | https://chromewebstore.google.com/detail/aliexpress-image-search/mfonnkhmbbhapphdapnnjbpohppplhhh |
简介 | Find the best suppliers with the lower prices for your products |
文件大小 | 66.09 KB |
安装次数 | 75 |
当前版本 | 1.0.0 |
更新时间 | 2023-03-14 |
上架时间 | 2022-09-08 |
开发者 | alisearchbyimage |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |