Robotdorm - Jumia Keyword Tool

Jumia product research tool for ecommerce product research

Robotdorm - Jumia Keyword Toolคืออะไร?

Robotdorm - Jumia Keyword Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.robotdorm.com/ และคุณลักษณะหลักของมันคือ "Jumia product research tool for ecommerce product research"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Robotdorm - Jumia Keyword Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}