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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}