Ali-Scout
Find your ideal product!
什么是Ali-Scout?
Ali-Scout是由https://ali-scout.com开发的Chrome扩展程序,该扩展的主要功能是“Find your ideal product!”。
扩展截图
下载Ali-Scout扩展crx文件
下载Ali-Scout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ali-Scout was created by online sellers for themselves, to automate the business model of buying and selling from Alibaba Chrome Extension analysis of Alibaba suppliers and products Ali-Scout enhances the quality of information and improves your chance of success and profitability
扩展基本信息
名称 | |
ID | aeemhjkolnngmpmdlbdgimnohhhhdkbh |
官方URL | https://chromewebstore.google.com/detail/ali-scout/aeemhjkolnngmpmdlbdgimnohhhhdkbh |
简介 | Find your ideal product! |
文件大小 | 203 KB |
安装次数 | 69 |
当前版本 | 0.16 |
更新时间 | 2019-07-12 |
上架时间 | 2019-07-12 |
开发者 | https://ali-scout.com |
付费类型 | free |
扩展官网 | https://ali-scout.com/ |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/ali-scout.com", "default_locale": "en", "version": "0.16", "manifest_version": 2, "permissions": [ "cookies", "activeTab", "declarativeContent", "https:\/\/*.alibaba.com\/", "http:\/\/*.alibaba.com\/" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon128.png", "default_title": "AliScout" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.alibaba.com\/*" ], "js": [ "jquery-3.3.1.min.js", "font-awesome.js", "content-script.js", "chunk-vendors.js", "app.js" ], "css": [ "bundle.css", "style.css", "on-page-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "icon128.png", "icon128-white.png" ] } |