Jarvis - Product Research for Daraz & Lazada

Leading product research tool for Daraz & Lazada. Get product stats & sales, keywords analysis, market evaluation & more.

Cos'è Jarvis - Product Research for Daraz & Lazada?

Jarvis - Product Research for Daraz & Lazada è un'estensione di Chrome sviluppata da https://jarvis.pk, e la sua funzione principale è "Leading product research tool for Daraz & Lazada. Get product stats & sales, keywords analysis, market evaluation & more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jarvis - Product Research for Daraz & Lazada

Scarica i file di estensione Jarvis - Product Research for Daraz & Lazada 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

                        Jarvis is leading product research tool for Daraz and Lazada International.  Evaluate product potential in real time as you browse on Daraz or Lazada websites. Our advanced features provide you all stats to make decisions about a product. With Jarvis extension, you can

   ➤ Check product details and stats.
   ➤ View Stock, Sales and Age of a listing and all variations.
   ➤ Keywords analysis with search score
   ➤ Calculate profit margins, costs and commissions.
   ➤ Download all product images from Daraz and Lazada product listings

For more details, visit our Website:
www.jarvis.pk

Check our YouTube Channel for tutorials and features: 
youtube.com/jarvispk

Contact our Support Team for any suggestions, feedback or queries
- [email protected]
- fb.com/hellojarvis                    

Informazioni di Base sull'Estensione

Nome Jarvis - Product Research for Daraz & Lazada Jarvis - Product Research for Daraz & Lazada
ID fgcghfodlieipeodobodigpakabehako
URL Ufficiale https://chromewebstore.google.com/detail/jarvis-product-research-f/fgcghfodlieipeodobodigpakabehako
Descrizione Leading product research tool for Daraz & Lazada. Get product stats & sales, keywords analysis, market evaluation & more.
Dimensione del File 4.92 MB
Conteggio Installazioni 10,000
Versione Corrente 2.3.1
Ultimo Aggiornamento 2022-12-03
Data di Pubblicazione 2021-02-13
Valutazione 3.42/5 Totale 12 Valutazioni
Sviluppatore https://jarvis.pk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jarvis.pk
URL della Pagina di Aiuto https://app.jarvis.pk
URL della Pagina della Politica sulla Privacy https://app.jarvis.pk/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "Jarvis - Product Research for Daraz & Lazada",
    "description": "Leading product research tool for Daraz & Lazada. Get product stats & sales, keywords analysis, market evaluation & more.",
    "version": "2.3.1",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/js\/bundle.min.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*.png",
                "assets\/img\/*.gif",
                "assets\/css\/webfonts\/*.ttf",
                "assets\/css\/webfonts\/*.woff2",
                "assets\/css\/Lato\/*.ttf"
            ],
            "matches": [
                "https:\/\/*.daraz.pk\/*",
                "https:\/\/*.daraz.lk\/*",
                "https:\/\/*.daraz.com.np\/*",
                "https:\/\/*.daraz.com.bd\/*",
                "https:\/\/*.shop.com.mm\/*",
                "https:\/\/*.lazada.co.id\/*",
                "https:\/\/*.lazada.vn\/*",
                "https:\/\/*.lazada.com.my\/*",
                "https:\/\/*.lazada.co.th\/*",
                "https:\/\/*.lazada.sg\/*",
                "https:\/\/*.lazada.com.ph\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "cookies",
        "scripting",
        "storage",
        "system.display",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.jarvis.pk\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.daraz.pk\/*",
        "https:\/\/*.daraz.lk\/*",
        "https:\/\/*.daraz.com.np\/*",
        "https:\/\/*.daraz.com.bd\/*",
        "https:\/\/*.shop.com.mm\/*",
        "https:\/\/*.lazada.co.id\/*",
        "https:\/\/*.lazada.vn\/*",
        "https:\/\/*.lazada.com.my\/*",
        "https:\/\/*.lazada.co.th\/*",
        "https:\/\/*.lazada.sg\/*",
        "https:\/\/*.lazada.com.ph\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/api.jarvis.pk\/api\/*"
    ],
    "action": {
        "default_icon": {
            "128": "assets\/img\/icon-disabled.png"
        },
        "default_title": "Run Jarvis on this page"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.daraz.pk\/*",
                "https:\/\/*.daraz.lk\/*",
                "https:\/\/*.daraz.com.np\/*",
                "https:\/\/*.daraz.com.bd\/*",
                "https:\/\/*.shop.com.mm\/*",
                "https:\/\/*.lazada.co.id\/*",
                "https:\/\/*.lazada.vn\/*",
                "https:\/\/*.lazada.com.my\/*",
                "https:\/\/*.lazada.co.th\/*",
                "https:\/\/*.lazada.sg\/*",
                "https:\/\/*.lazada.com.ph\/*"
            ],
            "css": [
                "assets\/css\/all.css",
                "assets\/css\/fonts.css",
                "assets\/css\/toast.css",
                "assets\/css\/main.css"
            ],
            "js": [
                "assets\/js\/jq.js",
                "assets\/js\/filesaver.js",
                "assets\/js\/jszip.js",
                "assets\/js\/toast.js",
                "assets\/js\/cs.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+J",
                "mac": "Command+J"
            }
        }
    }
}