Shopdora-Shopee Data

Provide shopee data analysis tools to boost your product development and operations

ما هو Shopdora-Shopee Data؟

Shopdora-Shopee Data هو إضافة Chrome تم تطويرها بواسطة shopdora، والميزة الرئيسية لها هي "Provide shopee data analysis tools to boost your product development and operations".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shopdora-Shopee Data

قم بتنزيل ملفات الامتداد Shopdora-Shopee Data بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get real-time access to a vast amount of product data, stay updated on the latest market trends, and quickly target potential markets. Make your operations easier and data retrieval more convenient.

Product Details and Sales Status:
Quickly view various dimensions of product information, and access sales data promptly.

Historical Trends:
Track changes in product trends, gaining insights into the entire product growth process.

Image and Video Downloads:
Effortlessly download high-resolution product images and original-quality videos in bulk, saving time.

Analyzing Keyword Popularity:
Analyze the search volume of categories or products to further support product selection.
Shopee, Shopee Extension, Shopdora, Shopee Keywords, Shopee AI, Shopee Data, Sourcing.                    

معلومات أساسية عن التمديد

الاسم Shopdora-Shopee Data Shopdora-Shopee Data
ID cjiopambhobomjcdkimcfmdfobmaicgg
عنوان URL الرسمي https://chromewebstore.google.com/detail/shopdora-shopee-data/cjiopambhobomjcdkimcfmdfobmaicgg
الوصف Provide shopee data analysis tools to boost your product development and operations
حجم الملف 1.93 MB
عدد التثبيتات 215
النسخة الحالية 1.3.5
آخر تحديث 2024-02-05
تاريخ النشر 2023-09-13
تقييم 5.00/5 مجموع تقييمات 1
المطور shopdora
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.shopdora.com/
عنوان صفحة سياسة الخصوصية https://shopdora.com/protocol
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shopdora-Shopee Data",
    "version": "1.3.5",
    "description": "Provide shopee data analysis tools to boost your product development  and operations",
    "homepage_url": "https:\/\/www.shopdora.com",
    "icons": {
        "16": "assets\/icon\/16.png",
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "shopdora"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.1688.com\/order\/buyer_order_list.htm?*",
                "https:\/\/xiapi.xiapibuy.com\/*",
                "https:\/\/shopee.tw\/*",
                "https:\/\/mall.shopee.tw\/*",
                "https:\/\/sg.xiapibuy.com\/*",
                "https:\/\/shopee.sg\/*",
                "https:\/\/mall.shopee.sg\/*",
                "https:\/\/my.xiapibuy.com\/*",
                "https:\/\/shopee.com.my\/*",
                "https:\/\/mall.shopee.com.my\/*",
                "https:\/\/ph.xiapibuy.com\/*",
                "https:\/\/mall.shopee.ph\/*",
                "https:\/\/shopee.ph\/*",
                "https:\/\/th.xiapibuy.com\/*",
                "https:\/\/shopee.co.th\/*",
                "https:\/\/mall.shopee.co.th\/*",
                "https:\/\/vn.xiapibuy.com\/*",
                "https:\/\/shopee.vn\/*",
                "https:\/\/mall.shopee.vn\/*",
                "https:\/\/shopee.com.br\/*",
                "https:\/\/mall.shopee.com.br\/*",
                "https:\/\/br.xiapibuy.com\/*",
                "https:\/\/id.xiapibuy.com\/*",
                "https:\/\/shopee.co.id\/*",
                "https:\/\/mall.shopee.co.id\/*",
                "https:\/\/shopee.com.mx\/*",
                "https:\/\/mall.shopee.com.mx\/*",
                "https:\/\/mx.xiapibuy.com\/*",
                "*:\/\/*.shopdora.com\/*",
                "https:\/\/shopdora.com\/*",
                "https:\/\/www.shopdora.com\/*",
                "http:\/\/127.0.0.1\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/api.com\/*",
        "https:\/\/shopdora.com\/",
        "https:\/\/www.shopdora.com\/",
        "https:\/\/m.shopdora.com\/",
        "*:\/\/*.1688.com\/",
        "*:\/\/*.pinduoduo.com\/",
        "*:\/\/*.taobao.com\/",
        "https:\/\/pifa.pinduoduo.com\/"
    ],
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}