Jimo

Build Jimo pokes and tours while on your website.

Jimoคืออะไร?

Jimo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jimo และคุณลักษณะหลักของมันคือ "Build Jimo pokes and tours while on your website."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jimo

ดาวน์โหลดไฟล์ส่วนขยาย Jimo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Build Jimo tours and pokes while on your website.

Install the Jimo Extension to create, edit, and publish tours and pokes into your product, as well review the ones you already created on top of your application.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jimo Jimo
ID koipflmbgiibbkcfccgpocdgifapofje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje
คำอธิบาย Build Jimo pokes and tours while on your website.
ขนาดไฟล์ 621 KB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 1.00.31
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2023-03-19
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Jimo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.usejimo.com
URL หน้านโยบายความเป็นส่วนตัว https://www.usejimo.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jimo",
    "description": "Build Jimo pokes and tours while on your website.",
    "version": "1.00.31",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/i.usejimo.com\/*",
            "https:\/\/testing.i.usejimo.com\/*",
            "http:\/\/localhost:3001\/*"
        ]
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ]
}