SellerDost - Free Daraz Product Hunting Tool

Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.

Qu'est-ce que SellerDost - Free Daraz Product Hunting Tool ?

SellerDost - Free Daraz Product Hunting Tool est une extension Chrome développée par https://sellerdost.com, et sa fonction principale est "Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SellerDost - Free Daraz Product Hunting Tool

Téléchargez les fichiers d'extension SellerDost - Free Daraz Product Hunting Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Fast, accurate and up-to-date Daraz product information just one click away.

Looking for products to sell? With the SellerDost chrome extension, you'll know exactly which products are profitable and which ones to avoid so you don't waste time.

Analyze Daraz product opportunities while surfing the web.
Our extension populates real-time sales estimates, competitive data, and revenue projection for the product page or search results page you’re viewing directly on Daraz.

You get below features for free:
Keyword search
Product analytics
Google trends
Revenue Calculator
Product Inventory

-------------------------------------------------------------
For more information visit our website:
https://sellerdost.com                    

Informations de Base sur l'Extension

Nom SellerDost - Free Daraz Product Hunting Tool SellerDost - Free Daraz Product Hunting Tool
ID blbiaonjllllhnnblbddfhncokpmogjh
URL Officiel https://chromewebstore.google.com/detail/sellerdost-free-daraz-pro/blbiaonjllllhnnblbddfhncokpmogjh
Description Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.
Taille du Fichier 1.58 MB
Nombre d'Installations 4,372
Version Actuelle 1.2.1
Dernière Mise à Jour 2021-07-20
Date de Publication 2021-06-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://sellerdost.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sellerdost.com
URL de la Page d'Aide https://sellerdost.com
URL de la Page de Politique de Confidentialité https://sellerdost.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SellerDost - Free Daraz Product Hunting Tool",
    "version": "1.2.1",
    "description": "Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "*:\/\/*.daraz.pk\/*",
        "*:\/\/*.sellerdost.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/favicon-16.png",
        "32": "images\/favicon-32.png",
        "48": "images\/favicon-48.png",
        "128": "images\/favicon-128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/favicon-off-16.png",
            "32": "images\/favicon-off-16.png",
            "48": "images\/favicon-off-16.png",
            "128": "images\/favicon-off-16.png"
        },
        "default_title": "SellerDost - Free Daraz Product Hunting and Tracking tool",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.daraz.pk\/*"
            ],
            "css": [
                "css\/libs\/fontawesome\/fontawesome.all.min.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/jquery-ui.js",
                "js\/jquery.dataTables.min.js",
                "js\/common.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "images\/*",
        "webfonts\/*"
    ]
}