Daraz Toolkit

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

Wat is Daraz Toolkit?

Daraz Toolkit is een Chrome-extensie ontwikkeld door https://daraztoolkit.com, en de belangrijkste functie is "Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Daraz Toolkit

Download Daraz Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Daraz Toolkit Daraz Toolkit
ID dbphjkhbhnbcbgmokephnhfegbbeamcg
Officiële URL https://chromewebstore.google.com/detail/daraz-toolkit/dbphjkhbhnbcbgmokephnhfegbbeamcg
Beschrijving Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.
Bestandsgrootte 422 KB
Aantal Installaties 1,634
Huidige Versie 2.6
Laatst Bijgewerkt 2022-05-09
Publicatiedatum 2021-02-16
Beoordeling 3.14/5 Totaal 7 Beoordelingen
Ontwikkelaar https://daraztoolkit.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://app.daraztoolkit.com
URL van de Privacybeleid Pagina https://www.daraztoolkit.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}