Daraz Tool

Help for snalyzing daraz keywords

Was ist Daraz Tool?

Daraz Tool ist eine Chrome-Erweiterung, die von ahmadmanzoor entwickelt wurde, und ihr Hauptmerkmal ist "Help for snalyzing daraz keywords".

Erweiterungsscreenshots

screenshot

Daraz Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Daraz Tool-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

                        Key Features of that tool are:
- Suggested keywords
- Gives you Total listings
- Five Star listings
- Active listings
- FBD and Pakistan listings
- First 40 Top products data (having 4+ star rating) which includes:
- Products title
- Original price
- Discount (in %)
- Discounted Price
- No. of totla reviews
- Average review rating
- Country
- Listing Age (dates can be little bit change from original dates)
- Latest review (dates can be little bit change from original dates)
- Product's First image
- Product's URL

You just need to put the keyword of your product and code in the search bar
and you will get the all above details.                    

Grundlegende Informationen zur Erweiterung

Name Daraz Tool Daraz Tool
ID gfengfepgheocmfajdhhjgkodffaemio
Offizielle URL https://chromewebstore.google.com/detail/daraz-tool/gfengfepgheocmfajdhhjgkodffaemio
Beschreibung Help for snalyzing daraz keywords
Dateigröße 70.8 KB
Installationsanzahl 567
Aktuelle Version 0.1.6.1
Letztes Update 2021-02-28
Veröffentlichungsdatum 2021-02-28
Bewertung 1.00/5 Insgesamt 3 Bewertungen
Entwickler ahmadmanzoor
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://Dhariyat.com/demo/daraz
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.6.1",
    "name": "Daraz Tool",
    "description": "Help for snalyzing daraz keywords",
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/dhariyat.com",
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}