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. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bytesroute.com และคุณลักษณะหลักของมันคือ "Create onboarding product tours for your web application without writing code."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bytes Route - Free digital adoption platform.

ดาวน์โหลดไฟล์ส่วนขยาย 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
}