Usetiful - Digital Adoption Platform

Interactive product tours, smart tips and checklists for digital products.

Hvad er Usetiful - Digital Adoption Platform?

Usetiful - Digital Adoption Platform er en Chrome-udvidelse udviklet af https://usetiful.com, og dens hovedfunktion er "Interactive product tours, smart tips and checklists for digital products.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Usetiful - Digital Adoption Platform-udvidelses-CRX-fil

Download Usetiful - Digital Adoption Platform-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

                        Usetiful is a Digital Adoption Platform that provides interactive guided tours and smart tips to your digital products. Usetiful browser extension allows you to preview your product tours before you install them to your website.                    

Grundlæggende oplysninger om udvidelsen

Navn Usetiful - Digital Adoption Platform Usetiful - Digital Adoption Platform
ID jpodanhbbpcdfgpafdjhkojjbagbcmno
Officiel URL https://chromewebstore.google.com/detail/usetiful-digital-adoption/jpodanhbbpcdfgpafdjhkojjbagbcmno
Beskrivelse Interactive product tours, smart tips and checklists for digital products.
Filstørrelse 526 KB
Antal Installationer 5,710
Nuværende Version 1.56
Senest Opdateret 2024-02-23
Udgivelsesdato 2020-05-20
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler https://usetiful.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.usetiful.com/
Hjælpeside-URL https://blog.usetiful.com/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Usetiful - Digital Adoption Platform",
    "version": "1.56",
    "description": "Interactive product tours, smart tips and checklists for digital products.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "panel.css",
                "element.png",
                "logo-mini.png",
                "check.png",
                "warning.png",
                "edit.png",
                "hide.png",
                "show.png",
                "close.png",
                "play.png",
                "stop.png",
                "restart.png",
                "select-element.png",
                "unselect-element.png",
                "navigation-mode.svg",
                "manual-action.svg",
                "info.svg",
                "waiting-on-element.svg",
                "alert.svg",
                "modal.svg",
                "pointer.svg",
                "slideout.svg",
                "redirect.svg",
                "triggerEvent.svg",
                "pageAction.svg",
                "delay.svg",
                "condition.svg",
                "fonts\/*.woff2",
                "usetiful.js",
                "usetiful-plugin.js",
                "scripts\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}