SellerDost - Free Daraz Product Hunting Tool

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

什麼是SellerDost - Free Daraz Product Hunting Tool?

SellerDost - Free Daraz Product Hunting Tool是由https://sellerdost.com開發的Chrome擴展程式,該擴展的主要功能是“Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.”。

擴展截圖

screenshot
screenshot
screenshot

下載SellerDost - Free Daraz Product Hunting Tool擴展crx文件

下載SellerDost - Free Daraz Product Hunting Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 SellerDost - Free Daraz Product Hunting Tool SellerDost - Free Daraz Product Hunting Tool
ID blbiaonjllllhnnblbddfhncokpmogjh
官方網址 https://chromewebstore.google.com/detail/sellerdost-free-daraz-pro/blbiaonjllllhnnblbddfhncokpmogjh
簡介 Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.
檔案大小 1.58 MB
安裝次數 4,372
目前版本 1.2.1
更新時間 2021-07-20
上架時間 2021-06-06
評分 5.00/5 共 3 次評分
開發者 https://sellerdost.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sellerdost.com
說明頁面URL https://sellerdost.com
隱私政策頁面URL https://sellerdost.com
支援的語言 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\/*"
    ]
}