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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
        ]
    }
}