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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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": [
                ""
            ],
            "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
    }
}