Jimo

Build Jimo pokes and tours while on your website.

Jimo là gì?

Jimo là một tiện ích mở rộng Chrome được phát triển bởi Jimo, và tính năng chính của nó là "Build Jimo pokes and tours while on your website.".

Ả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 Jimo

Tải xuống các tệp mở rộng Jimo 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

                        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.                    

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

Tên Jimo Jimo
ID koipflmbgiibbkcfccgpocdgifapofje
URL Chính Thức https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje
Mô tả Build Jimo pokes and tours while on your website.
Kích Thước Tệp 621 KB
Số Lần Cài Đặt 263
Phiên Bản Hiện Tại 1.00.31
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2023-03-19
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jimo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.usejimo.com
URL Trang Chính Sách Bảo Mật https://www.usejimo.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}