DARAZ Lab

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

DARAZ Lab क्या है?

DARAZ Lab Asim Afzal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Product Hunting tool for Daraz Sellers to track product stock quantity and much more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DARAZ Lab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}