Robotdorm - Jumia Keyword Tool

Jumia product research tool for ecommerce product research

什麼是Robotdorm - Jumia Keyword Tool?

Robotdorm - Jumia Keyword Tool是由https://www.robotdorm.com/開發的Chrome擴展程式,該擴展的主要功能是“Jumia product research tool for ecommerce product research”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Robotdorm - Jumia Keyword Tool擴展crx文件

下載Robotdorm - Jumia Keyword Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Powerful Jumia product research tool . Access millions of product insights available on jumia marketplace to assess customer demand, opportunity and  competitions. 

This tools helps you find your next winning product using data driven decisions from current sellers and their metrics to products that suits your customer needs. 

Jumia keyword is designed to help you...

 ✓Discover winning products in the market
 ✓ Save desired product for later use
 ✓ Access search summaries 
 ✓ Bespoke product sourcing (charges applies)                    

擴展基本資訊

名稱 Robotdorm - Jumia Keyword Tool Robotdorm - Jumia Keyword Tool
ID iebnenlmoeolohhmbjilijlgpjbjljhm
官方網址 https://chromewebstore.google.com/detail/robotdorm-jumia-keyword-t/iebnenlmoeolohhmbjilijlgpjbjljhm
簡介 Jumia product research tool for ecommerce product research
檔案大小 229 KB
安裝次數 490
目前版本 1.0.17
更新時間 2024-02-25
上架時間 2021-12-21
評分 4.75/5 共 4 次評分
開發者 https://www.robotdorm.com/
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.robotdorm.com/
說明頁面URL https://www.robotdorm.com/contact
隱私政策頁面URL https://www.freeprivacypolicy.com/live/2b77386d-c86d-4d5c-a9ae-9379b8825ba4
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Robotdorm - Jumia Keyword Tool",
    "description": "Jumia product research tool for ecommerce product research",
    "version": "1.0.17",
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-3.6.0.min.js",
                "js\/app\/context-util.js",
                "js\/app\/context.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/app\/background.js"
    },
    "action": {
        "default_popup": "views\/popup.html",
        "default_title": "RobotDorm Chrome extension",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/lib\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.robotdorm.com\/*",
            "https:\/\/yapa-chrome-extension.vercel.app\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}