product finder
product finder
什么是product finder?
product finder是由productfinder.co开发的Chrome扩展程序,该扩展的主要功能是“product finder”。
扩展截图
下载product finder扩展crx文件
下载product finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for Aliexpress Dropshipping.
This is the Chrome extension for Aliexpress Dropshipping. Search products on Aliexpress easily!
With our browser plugin, helps you identify high-performing products on your competitors’ stores as they dropship from aliexpress. 扩展基本信息
| 名称 | |
| ID | cofkojamknelechlflimakpabkgjopjg |
| 官方URL | https://chrome.google.com/webstore/detail/cofkojamknelechlflimakpabkgjopjg |
| 简介 | product finder |
| 文件大小 | 127 KB |
| 安装次数 | 135 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2018-04-15 |
| 上架时间 | 2018-04-15 |
| 开发者 | productfinder.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://productfinder.co/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "product finder",
"version": "1.0.2",
"description": "product finder",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
"images\/icon128.png"
],
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"default_title": "Product Finder"
},
"permissions": [
"storage",
"notifications",
"tabs",
"webRequest",
"webRequestBlocking",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"scripts\/jquery-1.11.3.js",
"scripts\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/item\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.com\/store\/product\/*"
],
"js": [
"scripts\/jquery-1.11.3.js",
"scripts\/bootstrap.js",
"scripts\/moment.min.js",
"scripts\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
]
} | |