Jimo

Build Jimo pokes and tours while on your website.

Wat is Jimo?

Jimo is een Chrome-extensie ontwikkeld door Jimo, en de belangrijkste functie is "Build Jimo pokes and tours while on your website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Jimo

Download Jimo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Jimo Jimo
ID koipflmbgiibbkcfccgpocdgifapofje
Officiële URL https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje
Beschrijving Build Jimo pokes and tours while on your website.
Bestandsgrootte 621 KB
Aantal Installaties 263
Huidige Versie 1.00.31
Laatst Bijgewerkt 2024-02-21
Publicatiedatum 2023-03-19
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Jimo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.usejimo.com
URL van de Privacybeleid Pagina https://www.usejimo.com/privacy
Ondersteunde Talen 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"
    ]
}