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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}