Jarvis - Product Research for Daraz & Lazada

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

什麼是Jarvis - Product Research for Daraz & Lazada?

Jarvis - Product Research for Daraz & Lazada是由https://jarvis.pk開發的Chrome擴展程式,該擴展的主要功能是“Leading product research tool for Daraz & Lazada. Get product stats & sales, keywords analysis, market evaluation & more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Jarvis - Product Research for Daraz & Lazada擴展crx文件

下載Jarvis - Product Research for Daraz & Lazada擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Jarvis - Product Research for Daraz & Lazada Jarvis - Product Research for Daraz & Lazada
ID fgcghfodlieipeodobodigpakabehako
官方網址 https://chromewebstore.google.com/detail/jarvis-product-research-f/fgcghfodlieipeodobodigpakabehako
簡介 Leading product research tool for Daraz & Lazada. Get product stats & sales, keywords analysis, market evaluation & more.
檔案大小 4.92 MB
安裝次數 10,000
目前版本 2.3.1
更新時間 2022-12-03
上架時間 2021-02-13
評分 3.42/5 共 12 次評分
開發者 https://jarvis.pk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jarvis.pk
說明頁面URL https://app.jarvis.pk
隱私政策頁面URL https://app.jarvis.pk/privacy-policy
支援的語言 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"
            }
        }
    }
}