Daraz Toolkit

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

What is Daraz Toolkit?

Daraz Toolkit is a Chrome extension developed by https://daraztoolkit.com, and its main feature is "Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.".

Extension Screenshots

screenshot
screenshot

Download Daraz Toolkit Extension CRX File

Download Daraz Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Daraz Toolkit Daraz Toolkit
ID dbphjkhbhnbcbgmokephnhfegbbeamcg
Official URL https://chromewebstore.google.com/detail/daraz-toolkit/dbphjkhbhnbcbgmokephnhfegbbeamcg
Description Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.
File Size 422 KB
Installation Count 1,634
Current Version 2.6
Last Updated 2022-05-09
Publish Date 2021-02-16
Rating 3.14/5 Total 7 Ratings
Developer https://daraztoolkit.com
Email [email protected]
Payment Type free
Extension Website https://app.daraztoolkit.com
Privacy Policy Page URL https://www.daraztoolkit.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}