AliScout
Find the Amazon product on AliExpress
什么是AliScout?
AliScout是由Tim Mak开发的Chrome扩展程序,该扩展的主要功能是“Find the Amazon product on AliExpress”。
扩展截图
下载AliScout扩展crx文件
下载AliScout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Many products on Amazon are available on AliExpress for a much lower price. With this extension you can quickly find them. How to use: Simply navigate to the page of any product on Amazon, click the extension icon and the results will appear in a popup window. The quality of the search results highly depends on the type of product. Works best for products sourced in China or sold by Chinese merchants. Current version is still in beta test, so please contact the developer if you encounter any issues.
扩展基本信息
名称 | |
ID | jdkfkjlaacibhpcjjndhpgnfjanpnnbg |
官方URL | https://chrome.google.com/webstore/detail/aliscout/jdkfkjlaacibhpcjjndhpgnfjanpnnbg |
简介 | Find the Amazon product on AliExpress |
文件大小 | 78.8 KB |
安装次数 | 744 |
当前版本 | 0.9 |
更新时间 | 2021-02-16 |
上架时间 | 2021-02-16 |
评分 | 5.00/5 共2次评分 |
开发者 | Tim Mak |
电子邮箱 | [email protected] |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliScout", "manifest_version": 2, "version": "0.9", "description": "Find the Amazon product on AliExpress", "defaul_locale": "en", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "permissions": [ "https:\/\/timmak.pythonanywhere.com\/" ], "browser_action": { "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |