Daraz Toolkit

Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.

Daraz Toolkit là gì?

Daraz Toolkit là một tiện ích mở rộng Chrome được phát triển bởi https://daraztoolkit.com, và tính năng chính của nó là "Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.".

Ả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 Daraz Toolkit

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

                        Daraz Toolkit extension is small yet powerful part working along with Daraz Toolkit web application. it helps to pre-evaluate the competition, potential of any product and also gives estimated giveaways for ranking. 
On product details page it shows stocks for all variations of any product via dropdown.
Daraz Toolkit Extension supports Daraz.pk Daraz.com.bd and Daraz.lk markets                    

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

Tên Daraz Toolkit Daraz Toolkit
ID dbphjkhbhnbcbgmokephnhfegbbeamcg
URL Chính Thức https://chromewebstore.google.com/detail/daraz-toolkit/dbphjkhbhnbcbgmokephnhfegbbeamcg
Mô tả Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.
Kích Thước Tệp 422 KB
Số Lần Cài Đặt 1,634
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2022-05-09
Ngày Phát Hành 2021-02-16
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://daraztoolkit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.daraztoolkit.com
URL Trang Chính Sách Bảo Mật https://www.daraztoolkit.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daraz Toolkit",
    "version": "2.6",
    "description": " Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.",
    "icons": {
        "128": "DT_logo.png"
    },
    "web_accessible_resources": [
        "dM.png",
        "FBD1.png",
        "settings.svg",
        "Nbootstrap.min.css"
    ],
    "page_action": {
        "default_icon": "DT_logo.png",
        "default_popup": "popup.html",
        "default_title": "Daraz Toolkit"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "presistent": false
    },
    "permissions": [
        "https:\/\/app.daraztoolkit.com\/api\/ExternalApi\/Authorize",
        "https:\/\/app.daraztoolkit.com\/api\/ExternalApi\/GetSalesHistory",
        "http:\/\/localhost:5005\/api\/ExternalApi\/GetAliExpressSalesHistory",
        "https:\/\/app.daraztoolkit.com\/images\/*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.daraz.pk\/catalog\/*",
                "https:\/\/www.daraz.com.bd\/catalog\/*",
                "https:\/\/www.daraz.lk\/catalog\/*",
                "https:\/\/www.aliexpress.com\/item\/*"
            ],
            "js": [
                "init.js",
                "jquery-3.5.1.min.js",
                "popper.min.js",
                "bootstrap.min.js",
                "highcharts.js"
            ],
            "css": [
                "content.css",
                "bootstrap.min.css",
                "spinkit.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.daraz.pk\/products\/*",
                "https:\/\/www.daraz.com.bd\/products\/*",
                "https:\/\/www.daraz.lk\/products\/*",
                "https:\/\/www.aliexpress.com\/item\/*"
            ],
            "js": [
                "init.js",
                "jquery-3.5.1.min.js",
                "popper.min.js",
                "Nbootstrap.min.js",
                "highcharts.js"
            ],
            "css": [
                "content.css",
                "spinkit.css",
                "Nbootstrap.min.css"
            ]
        }
    ]
}