Bytes Route - Free digital adoption platform.

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

Qu'est-ce que Bytes Route - Free digital adoption platform. ?

Bytes Route - Free digital adoption platform. est une extension Chrome développée par https://bytesroute.com, et sa fonction principale est "Create onboarding product tours for your web application without writing code.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bytes Route - Free digital adoption platform.

Téléchargez les fichiers d'extension Bytes Route - Free digital adoption platform. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Bytes Route - Free digital adoption platform. Bytes Route - Free digital adoption platform.
ID kfdoklilbkbflmbmkinaojhdhkojlhbh
URL Officiel https://chromewebstore.google.com/detail/bytes-route-free-digital/kfdoklilbkbflmbmkinaojhdhkojlhbh
Description Create onboarding product tours for your web application without writing code.
Taille du Fichier 133 KB
Nombre d'Installations 269
Version Actuelle Unicorn
Dernière Mise à Jour 2023-10-25
Date de Publication 2020-06-11
Évaluation 5.00/5 Total 16 Évaluations
Développeur https://bytesroute.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bytesroute.com
URL de la Page d'Aide https://www.bytesroute.com
URL de la Page de Politique de Confidentialité https://www.bytesroute.com/privacy-policy.pdf
Langues Prises en Charge 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
}