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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Interactive product tours, smart tips and checklists for digital products."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Usetiful - Digital Adoption Platform एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}