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
官方網址 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"
    }
}