SaleSource: Extension

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

ما هو SaleSource: Extension؟

SaleSource: Extension هو إضافة Chrome تم تطويرها بواسطة SaleSource، والميزة الرئيسية لها هي "Dropshipping & product research becomes more simple with our powerful tool. Find winning products on Aliexpress with one click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SaleSource: Extension

قم بتنزيل ملفات الامتداد SaleSource: Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://salesource.com/contact
عنوان صفحة سياسة الخصوصية 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
    }
}