WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Ziplyne Demo Creator

Ziplyne Demo Creator

View on Chrome Web Store
View Ziplyne Demo Creator Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Create in-app guide experience on any platform (3rd Party or Your Own)
Type
Extension
Users
27 users
1
Ziplyne
View author page of Ziplyne
Published
Published on July 28, 2024
Version 7.5.0.0
Manifest version
3
Updated
Updated on March 14, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Ziplyne Demo Creator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ziplyne Demo Creator",
    "short_name": "Ziplyne Creator",
    "description": "Create in-app guide experience on any platform (3rd Party or Your Own)",
    "version": "7.5.0.0",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "public\/js\/common\/background.js"
    },
    "icons": {
        "128": "public\/img\/logo.png"
    },
    "action": {
        "default_title": "Ziplyne Creator"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "public\/lib\/cryptojs.js",
                "public\/lib\/spatial_navigation.js",
                "public\/lib\/pulseposition.js",
                "public\/js\/player\/urlPattern.js",
                "public\/js\/player\/config.js",
                "public\/js\/player\/topscript.js",
                "public\/js\/player\/utility.js",
                "public\/js\/creator\/inspector.js",
                "public\/js\/creator\/selector.js",
                "public\/lib\/webcomponents-ce.js",
                "public\/components\/popupComp.js",
                "public\/components\/playbookComp.js",
                "public\/components\/cameraComp.js",
                "public\/js\/player\/zipPulse.js",
                "public\/js\/player\/createPopover.js",
                "public\/js\/player\/analytics.js",
                "public\/js\/player\/iframesync.js",
                "public\/js\/player\/zipTrigger.js",
                "public\/js\/player\/zipGuide.js",
                "public\/js\/interface\/creatorToFramesInterface.js",
                "public\/js\/player\/globalWindowEventListeners.js",
                "public\/js\/player\/zipEventHandlers.js",
                "public\/js\/extensions\/tooltipsModule.js",
                "public\/js\/player\/position.js",
                "public\/js\/extensions\/startPulseModule.js",
                "public\/js\/player\/entry.js",
                "public\/js\/player\/zipMain.js",
                "public\/js\/player\/multidomain.js",
                "public\/js\/player\/inputValidation.js",
                "public\/js\/player\/guidePacks.js"
            ],
            "css": [
                "\/public\/styles\/wewalkthruiframe.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "foreground-bundle.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3,
    "author": "Ziplyne TM",
    "incognito": "split"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top