DarazScout

Gather all the data of Daraz Products at one place!

DarazScout là gì?

DarazScout là một tiện ích mở rộng Chrome được phát triển bởi https://darazscout.com, và tính năng chính của nó là "Gather all the data of Daraz Products at one place!".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng DarazScout 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

                        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.. 😀                    

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

Tên DarazScout DarazScout
ID heffmihflilcadjdebaijhmmbccdmigg
URL Chính Thức https://chromewebstore.google.com/detail/darazscout/heffmihflilcadjdebaijhmmbccdmigg
Mô tả Gather all the data of Daraz Products at one place!
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 937
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-02-18
Ngày Phát Hành 2021-02-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://darazscout.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://darazscout.com
URL Trang Trợ Giúp https://darazscout.com#contact
URL Trang Chính Sách Bảo Mật https://darazscout.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}