DARAZ Lab

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

Cos'è DARAZ Lab?

DARAZ Lab è un'estensione di Chrome sviluppata da Asim Afzal, e la sua funzione principale è "A Product Hunting tool for Daraz Sellers to track product stock quantity and much more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DARAZ Lab

Scarica i file di estensione DARAZ Lab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome DARAZ Lab DARAZ Lab
ID iojlafmhhbgcoojblnfhioadhinpckgm
URL Ufficiale https://chromewebstore.google.com/detail/daraz-lab/iojlafmhhbgcoojblnfhioadhinpckgm
Descrizione A Product Hunting tool for Daraz Sellers to track product stock quantity and much more.
Dimensione del File 584 KB
Conteggio Installazioni 889
Versione Corrente 1.1
Ultimo Aggiornamento 2021-02-16
Data di Pubblicazione 2021-01-16
Valutazione 4.33/5 Totale 9 Valutazioni
Sviluppatore Asim Afzal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://lab.sensetechnologies.net
URL della Pagina della Politica sulla Privacy http://sensetechnologies.net/chrome-privacy-policy
Lingue Supportate 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"
        }
    }
}