Jimo

Build Jimo pokes and tours while on your website.

Was ist Jimo?

Jimo ist eine Chrome-Erweiterung, die von Jimo entwickelt wurde, und ihr Hauptmerkmal ist "Build Jimo pokes and tours while on your website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Jimo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jimo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Jimo Jimo
ID koipflmbgiibbkcfccgpocdgifapofje
Offizielle URL https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje
Beschreibung Build Jimo pokes and tours while on your website.
Dateigröße 621 KB
Installationsanzahl 263
Aktuelle Version 1.00.31
Letztes Update 2024-02-21
Veröffentlichungsdatum 2023-03-19
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Jimo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.usejimo.com
URL der Datenschutzrichtlinien-Seite https://www.usejimo.com/privacy
Unterstützte Sprachen 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"
    ]
}