SaleSource: Extension
Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.
O que é SaleSource: Extension?
SaleSource: Extension é uma extensão do Chrome desenvolvida por SaleSource, e sua principal característica é "Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SaleSource: Extension
Baixe arquivos de extensão SaleSource: Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SaleSource: Extension |
ID | kdfgckhiackgcoefjldejjhpgpedafpf |
URL Oficial | https://chromewebstore.google.com/detail/salesource-extension/kdfgckhiackgcoefjldejjhpgpedafpf |
Descrição | Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click. |
Tamanho do Arquivo | 3.29 MB |
Contagem de Instalações | 8,563 |
Versão Atual | 6.7.7 |
Última Atualização | 2022-08-25 |
Data de Publicação | 2020-03-22 |
Classificação | 4.70/5 Total de 74 Avaliações |
Desenvolvedor | SaleSource |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://salesource.com |
URL da Página de Ajuda | https://salesource.com/contact |
URL da Página de Política de Privacidade | https://salesource.com/privacy |
Idiomas Suportados | 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": [ " |