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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}