Daraz Toolkit
Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.
Was ist Daraz Toolkit?
Daraz Toolkit ist eine Chrome-Erweiterung, die von https://daraztoolkit.com entwickelt wurde, und ihr Hauptmerkmal ist "Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application.".
Erweiterungsscreenshots
Daraz Toolkit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Daraz Toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Daraz Toolkit |
ID | dbphjkhbhnbcbgmokephnhfegbbeamcg |
Offizielle URL | https://chromewebstore.google.com/detail/daraz-toolkit/dbphjkhbhnbcbgmokephnhfegbbeamcg |
Beschreibung | Daraz Toolkit extension is for product hunting pre-evaluation. Its part of Daraztoolkit.com web application. |
Dateigröße | 422 KB |
Installationsanzahl | 1,634 |
Aktuelle Version | 2.6 |
Letztes Update | 2022-05-09 |
Veröffentlichungsdatum | 2021-02-16 |
Bewertung | 3.14/5 Insgesamt 7 Bewertungen |
Entwickler | https://daraztoolkit.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://app.daraztoolkit.com |
URL der Datenschutzrichtlinien-Seite | https://www.daraztoolkit.com/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |