SaleSource: Extension

Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.

Co je SaleSource: Extension?

SaleSource: Extension je rozšíření Chrome vyvinuté SaleSource, a jeho hlavní funkcí je „Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SaleSource: Extension

Stáhněte si soubory rozšíření SaleSource: Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SaleSource: Extension SaleSource: Extension
ID kdfgckhiackgcoefjldejjhpgpedafpf
Oficiální URL https://chromewebstore.google.com/detail/salesource-extension/kdfgckhiackgcoefjldejjhpgpedafpf
Popis Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.
Velikost souboru 3.29 MB
Počet instalací 8,563
Aktuální Verze 6.7.7
Poslední Aktualizace 2022-08-25
Datum Vydání 2020-03-22
Hodnocení 4.70/5 Celkem 74 Hodnocení
Vývojář SaleSource
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://salesource.com
URL Stránky Nápovědy https://salesource.com/contact
URL Stránky Zásad Ochrany Soukromí https://salesource.com/privacy
Podporované Jazyky 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": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.aliexpress.com\/item*",
                "https:\/\/*.aliexpress.com\/store\/product*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "icons\/*"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}