Bonboarding Studio

Bonboarding Studio lets you create stunning onboarding experiences and interactive walkthroughs.

What is Bonboarding Studio?

Bonboarding Studio is a Chrome extension developed by https://bonboarding.com, and its main feature is "Bonboarding Studio lets you create stunning onboarding experiences and interactive walkthroughs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bonboarding Studio Extension CRX File

Download Bonboarding Studio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Build interactive onboarding experiences directly from your website.

With Bonboarding Studio, you can create, edit, and preview your product tours before integrating the Bonboarding script into your product.

Create stunning onboarding experiences and interactive walkthroughs.
And never lose users because of confusion.                    

Extension Basic Information

Name Bonboarding Studio Bonboarding Studio
ID nlbieplphlhlhomdofjnfcpmbdpjlpln
Official URL https://chromewebstore.google.com/detail/bonboarding-studio/nlbieplphlhlhomdofjnfcpmbdpjlpln
Description Bonboarding Studio lets you create stunning onboarding experiences and interactive walkthroughs.
File Size 4.89 MB
Installation Count 111
Current Version 2.1.31
Last Updated 2024-02-28
Publish Date 2022-12-29
Rating 5.00/5 Total 6 Ratings
Developer https://bonboarding.com
Email [email protected]
Payment Type free
Extension Website https://bonboarding.com
Help Page URL https://bonboarding.com/contact
Privacy Policy Page URL https://bonboarding.com/legal/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bonboarding Studio",
    "author": "Bonboarding Sl. ",
    "version": "2.1.31",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfgobMyHhGO7jjn74ckBYU+zl6Mht+LA78SX5VaYPCFHIDMhZFFBcFVW5PPrJrh61quZjwT5uM4HTV\/O9ffTZW\/0+CFo2Ofe4Gz39exvyMk275aZQgediKkWdn5vKTcqbaK7j41tR1zK4BZOZLRueE7ZT7y0\/QckrbeoAbv5sWv5kjGPIdU69RkYf4paT2YrHrTCdHqBOOLpM8QF02Wzr\/oEtgHKzNn40XM2CQ3nau1h5SFCbzgTlPqbqTcpeln7YiQeYxbJrrCKO6nh+kyBVqOsHQ\/X2S6j8Tc+qhV+UKaoe3YX+8hf5GG+RSA+uArl6ZE0b5zZW8cXHYJM5SF7ZQIDAQAB",
    "description": "Bonboarding Studio lets you create stunning onboarding experiences and interactive walkthroughs.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.bonboarding.com\/*",
        "*:\/\/*.bonboarding.test\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Bonboarding Studio",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/silka-black-webfont.eot",
                "\/fonts\/silka-black-webfont.ttf",
                "\/fonts\/silka-black-webfont.woff",
                "\/fonts\/silka-black-webfont.woff2",
                "\/fonts\/silka-bold-webfont.eot",
                "\/fonts\/silka-bold-webfont.ttf",
                "\/fonts\/silka-bold-webfont.woff",
                "\/fonts\/silka-bold-webfont.woff2",
                "\/fonts\/silka-extralight-webfont.eot",
                "\/fonts\/silka-extralight-webfont.ttf",
                "\/fonts\/silka-extralight-webfont.woff",
                "\/fonts\/silka-extralight-webfont.woff2",
                "\/fonts\/silka-light-webfont.eot",
                "\/fonts\/silka-light-webfont.ttf",
                "\/fonts\/silka-light-webfont.woff",
                "\/fonts\/silka-light-webfont.woff2",
                "\/fonts\/silka-medium-webfont.eot",
                "\/fonts\/silka-medium-webfont.ttf",
                "\/fonts\/silka-medium-webfont.woff",
                "\/fonts\/silka-medium-webfont.woff2",
                "\/fonts\/silka-regular-webfont.eot",
                "\/fonts\/silka-regular-webfont.ttf",
                "\/fonts\/silka-regular-webfont.woff",
                "\/fonts\/silka-regular-webfont.woff2",
                "\/fonts\/silka-semibold-webfont.eot",
                "\/fonts\/silka-semibold-webfont.ttf",
                "\/fonts\/silka-semibold-webfont.woff",
                "\/fonts\/silka-semibold-webfont.woff2",
                "\/fonts\/silka-thin-webfont.eot",
                "\/fonts\/silka-thin-webfont.ttf",
                "\/fonts\/silka-thin-webfont.woff",
                "\/fonts\/silka-thin-webfont.woff2",
                "\/userguide-images\/edit-icon.gif"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content-script.js",
                "preview.js"
            ],
            "css": [
                "fonts\/silka-3.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}