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
官方網址 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
電子郵箱 [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"
    }
}