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"
    ]
}