Shopee Clone Global Version

Shopee Clone

ما هو Shopee Clone Global Version؟

Shopee Clone Global Version هو إضافة Chrome تم تطويرها بواسطة adverwild، والميزة الرئيسية لها هي "Shopee Clone".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Shopee Clone Global Version

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

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

                        Shopee clone Global version - easy data extraction tools of product, price, sales rank, review
This chrome extension allows you to extract the webpage details of Shopee all regional marketplaces into an editable excel format. You can now use this extension to extract the product list of your competitor, brand, products in any product specification, customer review of specific product. 


- We extract almost all the page information including : Price, shipping, product, sales, stocks, category, product description, product feature, customer review

How to use : 

1. Go to Shopee any regional marketplaces e.g. Shopee
2. Type any Shop ID in the search bar 
3. Use the filtering option to fine tune the search results and click Strat.
4. The data will be extracted in excel format

What you benefit from this product :
- Competitor analysis : Extract the whole product list, sales rank and pricing information in excel format for further analysis
- Online retail arbitrage : Extract the product specification of the lowest price product in excel and list to other marketplace. e.g. Using Amazon inventory loader to list to other Amazon platforms, using third-party listing tools to upload to Shopify, big-commerce, ebay..etc
- Know your customer : Extract the customer review of specific products
- Market research : Understand how many resellers and competitors selling the same products and in the same market
- Unauthorised sales channel monitoring : By extracting the product and listing information, you can easy to identify which sellers list below reseller price, so as to identify the potential reseller that engage parallel import or counterfeit products 

What data you can extract : 
- Product specification
- Price
- Seller price and details
- Sales
- Stock
- Product image
- Customer review

Exception :
- Due to huge data extraction process, the browser may be downed due to the computer run out of ram. This recommends to extract less than 1000 data each time
- The extension may hang or exceptional loading time is required depending on the volume of data


version 1.1 update for 2023

We welcome any feedback or product improvements:

[email protected]

Develop by : www.weloveshopee.com

Privacy Policy
https://www.weloveshopee.com/term.php                    

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

الاسم Shopee Clone Global Version Shopee Clone Global Version
ID kkficmdogjmhennannafejgkfahecakk
عنوان URL الرسمي https://chromewebstore.google.com/detail/shopee-clone-global-versi/kkficmdogjmhennannafejgkfahecakk
الوصف Shopee Clone
حجم الملف 231 KB
عدد التثبيتات 16
النسخة الحالية 1.1
آخر تحديث 2023-04-12
تاريخ النشر 2021-11-15
المطور adverwild
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.weloveshopee.com
عنوان صفحة المساعدة https://www.weloveshopee.com/term.php
عنوان صفحة سياسة الخصوصية https://www.weloveshopee.com/term.php
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopee Clone Global Version",
    "short_name": "SCG",
    "description": "Shopee Clone",
    "version": "1.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/icon128.png"
    },
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "https:\/\/*.shopee.co.th\/*",
        "https:\/\/*.shopee.com.br\/*",
        "https:\/\/*.shopee.sg\/*",
        "https:\/\/*.shopee.tw\/*",
        "https:\/\/*.shopee.com.my\/*",
        "https:\/\/*.shopee.co.id\/*",
        "https:\/\/*.shopee.vn\/*",
        "https:\/\/*.shopee.ph\/*",
        "https:\/\/*.weloveshopee.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.ph\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.shopee.co.th\/*?action=*",
                "*:\/\/*.shopee.com.br\/*?action=*",
                "*:\/\/*.shopee.sg\/*?action=*",
                "*:\/\/*.shopee.tw\/*?action=*",
                "*:\/\/*.shopee.com.my\/*?action=*",
                "*:\/\/*.shopee.co.id\/*?action=*",
                "*:\/\/*.shopee.vn\/*?action=*",
                "*:\/\/*.shopee.ph\/*?action=*"
            ],
            "css": [
                "css\/bootstrap.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/*"
    ]
}