Bytes Route - Free digital adoption platform.

Create onboarding product tours for your web application without writing code.

Bytes Route - Free digital adoption platform. क्या है?

Bytes Route - Free digital adoption platform. https://bytesroute.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create onboarding product tours for your web application without writing code."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Bytes Route - Free digital adoption platform. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Onboarding simplified. Are you tired of waiting for the development team to change a basic welcome message inside your web app?

Bytes Route enables users to discover your application without you writing any code. You can use it to create in-app product tours in just a few clicks.

It's a simple, yet powerful, alternative for intro videos that become outdated every time you change your web app. The product tours created with Bytes Route always run on the latest version of your web app.

More info: https://www.bytesroute.com/                    

एक्सटेंशन की मूल जानकारी

नाम Bytes Route - Free digital adoption platform. Bytes Route - Free digital adoption platform.
ID kfdoklilbkbflmbmkinaojhdhkojlhbh
आधिकारिक URL https://chromewebstore.google.com/detail/bytes-route-free-digital/kfdoklilbkbflmbmkinaojhdhkojlhbh
विवरण Create onboarding product tours for your web application without writing code.
फ़ाइल का आकार 133 KB
स्थापना संख्या 269
वर्तमान संस्करण Unicorn
अंतिम अपडेट 2023-10-25
प्रकाशन तिथि 2020-06-11
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर https://bytesroute.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.bytesroute.com
सहायता पृष्ठ URL https://www.bytesroute.com
गोपनीयता नीति पृष्ठ URL https://www.bytesroute.com/privacy-policy.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bytes Route - Free digital adoption platform.",
    "short_name": "Bytes Route",
    "version": "1.20.0",
    "version_name": "Unicorn",
    "description": "Create onboarding product tours for your web application without writing code.",
    "author": "Caphyon",
    "homepage_url": "https:\/\/www.bytesroute.com",
    "permissions": [
        "scripting",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Build or run a tour on this page",
        "default_icon": {
            "16": "images\/logoBR_16.png",
            "32": "images\/logoBR_32.png",
            "48": "images\/logoBR_48.png",
            "128": "images\/logoBR_128.png"
        }
    },
    "icons": {
        "16": "images\/logoBR_16.png",
        "32": "images\/logoBR_32.png",
        "48": "images\/logoBR_48.png",
        "128": "images\/logoBR_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "webcomponents.js",
                "scripts\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "offline_enabled": false,
    "manifest_version": 3
}