SaleSource: Extension
Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.
Vad är SaleSource: Extension?
SaleSource: Extension är en Chrome-tillägg utvecklad av SaleSource, och dess huvudfunktion är "Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.".
Tilläggsskärmbilder
Ladda ner SaleSource: Extension-förlängningens CRX-fil
Ladda ner SaleSource: Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | SaleSource: Extension |
ID | kdfgckhiackgcoefjldejjhpgpedafpf |
Officiell webbadress | https://chromewebstore.google.com/detail/salesource-extension/kdfgckhiackgcoefjldejjhpgpedafpf |
Beskrivning | Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click. |
Filstorlek | 3.29 MB |
Antal Installationer | 8,563 |
Aktuell Version | 6.7.7 |
Senast Uppdaterad | 2022-08-25 |
Publiceringsdatum | 2020-03-22 |
Betyg | 4.70/5 Totalt 74 Betyg |
Utvecklare | SaleSource |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://salesource.com |
Hjälpsida URL | https://salesource.com/contact |
URL till Sekretesspolicy Sidan | https://salesource.com/privacy |
Stödda Språk | 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": [ " |