Jimo

Build Jimo pokes and tours while on your website.

Hvad er Jimo?

Jimo er en Chrome-udvidelse udviklet af Jimo, og dens hovedfunktion er "Build Jimo pokes and tours while on your website.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Jimo-udvidelses-CRX-fil

Download Jimo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Jimo Jimo
ID koipflmbgiibbkcfccgpocdgifapofje
Officiel URL https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje
Beskrivelse Build Jimo pokes and tours while on your website.
Filstørrelse 621 KB
Antal Installationer 263
Nuværende Version 1.00.31
Senest Opdateret 2024-02-21
Udgivelsesdato 2023-03-19
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Jimo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.usejimo.com
URL til Fortrolighedspolitik Side https://www.usejimo.com/privacy
Understøttede Sprog 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"
    ]
}