Robotdorm - Jumia Keyword Tool

Jumia product research tool for ecommerce product research

Robotdorm - Jumia Keyword Tool là gì?

Robotdorm - Jumia Keyword Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.robotdorm.com/, và tính năng chính của nó là "Jumia product research tool for ecommerce product research".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Robotdorm - Jumia Keyword Tool

Tải xuống các tệp mở rộng Robotdorm - Jumia Keyword Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Robotdorm - Jumia Keyword Tool Robotdorm - Jumia Keyword Tool
ID iebnenlmoeolohhmbjilijlgpjbjljhm
URL Chính Thức https://chromewebstore.google.com/detail/robotdorm-jumia-keyword-t/iebnenlmoeolohhmbjilijlgpjbjljhm
Mô tả Jumia product research tool for ecommerce product research
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 490
Phiên Bản Hiện Tại 1.0.17
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2021-12-21
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.robotdorm.com/
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.robotdorm.com/
URL Trang Trợ Giúp https://www.robotdorm.com/contact
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/2b77386d-c86d-4d5c-a9ae-9379b8825ba4
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}