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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |