DARAZ Lab

A Product Hunting tool for Daraz Sellers to track product stock quantity and much more.

DARAZ Lab란 무엇입니까?

DARAZ Lab은(는) Asim Afzal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Product Hunting tool for Daraz Sellers to track product stock quantity and much more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DARAZ Lab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Daraz Lab:

This extension allows Daraz sellers to track item stock quantity and display with single click. Moreover it tends to display useful value for sellers such as Price, shop rating and item rate counts. 

Furthermore, this extensions support Daraz sellers in product hunting with smart and easy way.

Key Features
-	View Product hidden stock quantity to estimate product sale 
-	Track and promote products 
-	Save Daraz seller time and efforts
-	Download to Excel and Google Sheet (Available soon)

Note:
Daraz is a trademark of daraz.pk This extension was not created or endorsed by Daraz. 

To ensure that our Daraz Lab extension operates normally, any questions or feedbacks please feel free to email us: [email protected]                    

확장 프로그램 기본 정보

이름 DARAZ Lab DARAZ Lab
ID iojlafmhhbgcoojblnfhioadhinpckgm
공식 URL https://chromewebstore.google.com/detail/daraz-lab/iojlafmhhbgcoojblnfhioadhinpckgm
설명 A Product Hunting tool for Daraz Sellers to track product stock quantity and much more.
파일 크기 584 KB
설치 횟수 889
현재 버전 1.1
최근 업데이트 2021-02-16
출시 날짜 2021-01-16
평점 4.33/5 총 9 개의 평점
개발자 Asim Afzal
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://lab.sensetechnologies.net
개인정보 보호 정책 페이지 URL http://sensetechnologies.net/chrome-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DARAZ Lab",
    "description": "A Product Hunting tool for Daraz Sellers to track product stock quantity and much more.",
    "version": "1.1",
    "author": "Asim Afzal",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/sensetechnologies.net",
    "permissions": [
        "activeTab",
        "http:\/\/*.daraz.pk\/\/products*",
        "https:\/\/*.daraz.pk\/\/products*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.daraz.pk\/\/products\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "The tool is design to collect Daraz Product details.",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "popup.html"
        }
    }
}