SaleSource: Extension
Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.
什麼是SaleSource: Extension?
SaleSource: Extension是由SaleSource開發的Chrome擴展程式,該擴展的主要功能是“Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.”。
擴展截圖
下載SaleSource: Extension擴展crx文件
下載SaleSource: Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The SaleSource Chrome Extension allows you to get insights of Shopify Stores with SaleSource's deep analysis and rule over your competition. SaleSource is most advanced product research tool on the market and extends its functionality with our extension. Suitable for use on AliExpress product pages and Shopify stores, it greatly enhances market research capabilities for dropshipping.
擴展基本資訊
名稱 | SaleSource: Extension |
ID | kdfgckhiackgcoefjldejjhpgpedafpf |
官方網址 | https://chromewebstore.google.com/detail/salesource-extension/kdfgckhiackgcoefjldejjhpgpedafpf |
簡介 | Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click. |
檔案大小 | 3.29 MB |
安裝次數 | 8,563 |
目前版本 | 6.7.7 |
更新時間 | 2022-08-25 |
上架時間 | 2020-03-22 |
評分 | 4.70/5 共 74 次評分 |
開發者 | SaleSource |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://salesource.com |
說明頁面URL | https://salesource.com/contact |
隱私政策頁面URL | https://salesource.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaleSource: Extension", "description": "Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.", "version": "6.7.7", "manifest_version": 2, "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "ss-dominus", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.aliexpress.com\/*" ] }, "permissions": [ "cookies", "downloads", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.oberlo.com\/*", "storage", "webRequest", "webRequestBlocking", "http:\/\/*.alicdn.com\/*", "https:\/\/*.alicdn.com\/*", "https:\/\/*.salesource.io\/*", "https:\/\/*.salesource.com\/*", "https:\/\/*.alitools.io\/*", "https:\/\/*.asify.tools\/*", "http:\/\/localhost\/*", "https:\/\/127.0.0.1:8000\/*", "http:\/\/127.0.0.1:8000\/*", "*:\/\/*.sentry.io\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "https:\/\/*.aliexpress.com\/item*", "https:\/\/*.aliexpress.com\/store\/product*" ], "js": [ "content.js", "oberlo.js" ], "css": [ "content.css" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/localhost\/*", "https:\/\/salesource.com\/*", "http:\/\/127.0.0.1:8000\/*" ], "js": [ "oberlo.js" ], "run_at": "document_idle" }, { "css": [ "shopifyContent.css" ], "js": [ "shopifyContent.js" ], "matches": [ " |