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 |
| 官方網址 | 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
}
]
} | |