Digitor Shopee Competitor Analysis

A Specialized Plugins that helps you analyse your competitors in Shopee with automatic discount vouchers computation

Digitor Shopee Competitor Analysis là gì?

Digitor Shopee Competitor Analysis là một tiện ích mở rộng Chrome được phát triển bởi digitor.solution, và tính năng chính của nó là "A Specialized Plugins that helps you analyse your competitors in Shopee with automatic discount vouchers computation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Digitor Shopee Competitor Analysis

Tải xuống các tệp mở rộng Digitor Shopee Competitor Analysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Analysing competitors on Shopee made easy with Digitor Shopee Competitor Analysis. Getting the information of your competitors' products to allow you to set the best price for your products.

Instruction Manuals:
1) To activate the scraping methods when you are browsing Shopee randomly, click on the "Browse Shopee With Lazy Scrap" button or activate the switch. This will not only open a new Shopee page for you but also allow your entire browser to scrape and analyse search pages on Shopee. You will receive an alert that request your permission before scraping the page, in case the alert did not pop out in the desired page, just refresh the page.

2) To deactivate the "Browse Then Scrap" mode, just switch off the activation switch while the scraping and analysis processes have been completed.

3) You can provide multiple links to the plugin and it will scrape and analyse the pages one by one. To do so, copy and paste url links (one at a time) into the "Add your url" text field and click "Submit". Repeat for multiple times until you got all the desired url submitted and click "Bulk Scrap Mode" button, the new page with the url will be opened and the scraping analysis processes will begin.

4) All scraping and analysis will produce an Excel file with name "result.csv". For the user who utilize the "Bulk Scrap Mode" at the first time, you will receive an alert requesting you to allow the downloads of multiple files, click "Allow" on that alert.

5) Avoid from any other activities when the scraping is in progress to prevent the plugin from malfunctioning.

6) All analysis result will be downloaded automatically, refrain from using the "Download Links" as it is still in development process.

7) You can immediately stop all scrapping processes and obtain the information scrapped by pressing the "Stop Scrap" button.

Important Notes:
1) Only start the scraping process or provide the urls that has the pattern of "https://shopee.com.my/search?**Any search Result**" or "https://shopee.com.my/shop/**Shop Number**/search?**Any search result**",
Any other url patterns might cause the plugin to malfunction.

2) Feel free to contact us for any inquiry or question.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Digitor Shopee Competitor Analysis Digitor Shopee Competitor Analysis
ID lepheoiigdohijjchfdlffeiabehjiio
URL Chính Thức https://chromewebstore.google.com/detail/digitor-shopee-competitor/lepheoiigdohijjchfdlffeiabehjiio
Mô tả A Specialized Plugins that helps you analyse your competitors in Shopee with automatic discount vouchers computation
Kích Thước Tệp 6.28 MB
Số Lần Cài Đặt 187
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2021-07-23
Ngày Phát Hành 2020-11-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển digitor.solution
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digitor Shopee Competitor Analysis",
    "description": "A Specialized Plugins that helps you analyse your competitors in Shopee with automatic discount vouchers computation",
    "version": "2.3",
    "icons": {
        "180": "images\/cropped-Logo-180x180.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shopee.com.my\/*",
                "https:\/\/shopee.com.my\/shop\/*\/*"
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "script\/popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/cropped-Logo-180x180.png",
        "default_popup": "popup.html",
        "default_title": "Digitor Shopee Competitor Analysis"
    }
}