Daraz Tool

Help for snalyzing daraz keywords

Daraz Tool란 무엇입니까?

Daraz Tool은(는) ahmadmanzoor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help for snalyzing daraz keywords"입니다.

확장 프로그램 스크린샷

screenshot

Daraz Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Daraz Tool Daraz Tool
ID gfengfepgheocmfajdhhjgkodffaemio
공식 URL https://chromewebstore.google.com/detail/daraz-tool/gfengfepgheocmfajdhhjgkodffaemio
설명 Help for snalyzing daraz keywords
파일 크기 70.8 KB
설치 횟수 567
현재 버전 0.1.6.1
최근 업데이트 2021-02-28
출시 날짜 2021-02-28
평점 1.00/5 총 3 개의 평점
개발자 ahmadmanzoor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://Dhariyat.com/demo/daraz
지원되는 언어 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"
        ]
    }
}