Jimo

Build Jimo pokes and tours while on your website.

什麼是Jimo?

Jimo是由Jimo開發的Chrome擴展程式,該擴展的主要功能是“Build Jimo pokes and tours while on your website.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Jimo擴展crx文件

下載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
官方網址 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"
    ]
}