Usetiful - Digital Adoption Platform

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

Usetiful - Digital Adoption Platformとは何ですか?

Usetiful - Digital Adoption Platformはhttps://usetiful.comによって開発されたChromeの拡張機能で、その主な機能は「Interactive product tours, smart tips and checklists for digital products.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Usetiful - Digital Adoption Platform拡張機能のCRXファイルをダウンロード

Usetiful - Digital Adoption Platform拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Usetiful - Digital Adoption Platform Usetiful - Digital Adoption Platform
ID jpodanhbbpcdfgpafdjhkojjbagbcmno
公式URL https://chromewebstore.google.com/detail/usetiful-digital-adoption/jpodanhbbpcdfgpafdjhkojjbagbcmno
説明 Interactive product tours, smart tips and checklists for digital products.
ファイルサイズ 526 KB
インストール数 5,710
現在のバージョン 1.56
最終更新日 2024-02-23
公開日 2020-05-20
評価 5.00/5 合計 9 レビュー
開発者 https://usetiful.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.usetiful.com/
ヘルプページのURL https://blog.usetiful.com/
対応言語 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"
    }
}