Digitor Shopee Competitor Analysis

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

什么是Digitor Shopee Competitor Analysis?

Digitor Shopee Competitor Analysis是由digitor.solution开发的Chrome扩展程序,该扩展的主要功能是“A Specialized Plugins that helps you analyse your competitors in Shopee with automatic discount vouchers computation”。

扩展截图

screenshot
screenshot

下载Digitor Shopee Competitor Analysis扩展crx文件

下载Digitor Shopee Competitor Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Digitor Shopee Competitor Analysis Digitor Shopee Competitor Analysis
ID lepheoiigdohijjchfdlffeiabehjiio
官方URL https://chromewebstore.google.com/detail/digitor-shopee-competitor/lepheoiigdohijjchfdlffeiabehjiio
简介 A Specialized Plugins that helps you analyse your competitors in Shopee with automatic discount vouchers computation
文件大小 6.28 MB
安装次数 187
当前版本 2.3
更新时间 2021-07-23
上架时间 2020-11-24
评分 5.00/5 共2次评分
开发者 digitor.solution
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}