DARAZ Lab

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

O que é DARAZ Lab?

DARAZ Lab é uma extensão do Chrome desenvolvida por Asim Afzal, e sua principal característica é "A Product Hunting tool for Daraz Sellers to track product stock quantity and much more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DARAZ Lab

Baixe arquivos de extensão DARAZ Lab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome DARAZ Lab DARAZ Lab
ID iojlafmhhbgcoojblnfhioadhinpckgm
URL Oficial https://chromewebstore.google.com/detail/daraz-lab/iojlafmhhbgcoojblnfhioadhinpckgm
Descrição A Product Hunting tool for Daraz Sellers to track product stock quantity and much more.
Tamanho do Arquivo 584 KB
Contagem de Instalações 889
Versão Atual 1.1
Última Atualização 2021-02-16
Data de Publicação 2021-01-16
Classificação 4.33/5 Total de 9 Avaliações
Desenvolvedor Asim Afzal
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://lab.sensetechnologies.net
URL da Página de Política de Privacidade http://sensetechnologies.net/chrome-privacy-policy
Idiomas Suportados 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"
        }
    }
}