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开发的Chrome扩展程序,该扩展的主要功能是“Create onboarding product tours for your web application without writing code.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bytes Route - Free digital adoption platform.扩展crx文件

下载Bytes Route - Free digital adoption platform.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}