DarazScout

Gather all the data of Daraz Products at one place!

DarazScout란 무엇입니까?

DarazScout은(는) https://darazscout.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gather all the data of Daraz Products at one place!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DarazScout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A tool to scrape winning product from Daraz. You can easily run this tool on any search/category page of Daraz.pk and get results for all the products on that page.

Currently These options are available in this plugin:

⬤ Overall Statistics:
- Average Price
- Average Reviews
- Average Rating

⬤ Data Columns:
- Product Name
- Seller 
- Brand 
- Product URL
- Location 
- Price
- Reviews 
- Rating 
- Free Shipping


Upcoming Options:
- Stock
- Categories
- Avg Daily Sales
- Avg Monthly Sales
- Est Monthly Revenue
- Track Product
- & Much More.. 😀                    

확장 프로그램 기본 정보

이름 DarazScout DarazScout
ID heffmihflilcadjdebaijhmmbccdmigg
공식 URL https://chromewebstore.google.com/detail/darazscout/heffmihflilcadjdebaijhmmbccdmigg
설명 Gather all the data of Daraz Products at one place!
파일 크기 1.31 MB
설치 횟수 937
현재 버전 1.0.0
최근 업데이트 2021-02-18
출시 날짜 2021-02-16
평점 3.00/5 총 2 개의 평점
개발자 https://darazscout.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://darazscout.com
도움말 페이지 URL https://darazscout.com#contact
개인정보 보호 정책 페이지 URL https://darazscout.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarazScout",
    "description": "Gather all the data of Daraz Products at one place!",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "external\/jQuery-3.3.1\/jquery-3.3.1.min.js",
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.daraz.pk\/*"
            ],
            "js": [
                "external\/jQuery-3.3.1\/jquery-3.3.1.min.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.html",
        "*.css",
        "assets\/js\/analytics.js",
        "*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "browser_action": {
        "default_title": "DarazScout - Gather all the data of Daraz Products at one place!",
        "default_icon": {
            "500": "assets\/images\/logo-500x500.png",
            "128": "assets\/images\/logo-128x128.png",
            "48": "assets\/images\/logo-48x48.png",
            "16": "assets\/images\/logo-16x16.png"
        }
    }
}