Storylane

Capture your product application pages easily, and build interactive product demo in Storylane.

Wat is Storylane?

Storylane is een Chrome-extensie ontwikkeld door Storylane Inc, en de belangrijkste functie is "Capture your product application pages easily, and build interactive product demo in Storylane.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Storylane

Download Storylane-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Build killer product demos in 10 mins!

Storylane allows you to capture your product instantly and showcase it to your buyers, letting them to try before they buy.

Once you install the extension, click on “Record Demo” to build guided product-tour or custom sales demos.

Product-Tour (Screens): Storylane will automatically capture screens, videos and clicks to build a guided product demo for you. Then, you can customize (text, fonts, colors & styles) and publish it. Simply share engaging product demo in social, email campaigns or embed them on your websites, blogs and knowledge base.

Custom Sales Demos (HTML): Capture your product application HTML pages, and auto-personalize demos using our powerful demo editor. You can change text, graphs, images and more with just one-click. Use these customized demos in sales calls or as leave-behind with your prospects.

Storylane is for product marketers, marketers, sales, solution engineers, customer success, or anyone who wants to share interactive demos.

Storylane allows you to become more demo-led in your company, thereby turning your most valuable asset - “Product as Growth Engine”                    

Basisinformatie over de Extensie

Naam Storylane Storylane
ID ongmhighpnfpojfidgigcjflgdkjfdeb
Officiële URL https://chromewebstore.google.com/detail/storylane/ongmhighpnfpojfidgigcjflgdkjfdeb
Beschrijving Capture your product application pages easily, and build interactive product demo in Storylane.
Bestandsgrootte 3.99 MB
Aantal Installaties 9,000
Huidige Versie 1.6.3
Laatst Bijgewerkt 2024-02-21
Publicatiedatum 2023-01-30
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar Storylane Inc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.storylane.io/
URL van de Privacybeleid Pagina https://www.storylane.io/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Storylane",
    "version": "1.6.3",
    "description": "Capture your product application pages easily, and build interactive product demo in Storylane.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "scripting",
        "tabCapture"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "sendMessagesForEvents.bundle.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*.storylane.io\/*",
                "http:\/\/localhost\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "markExtensionAsInstalled.bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/chrome-browser-polyfill.js",
                "lib\/web-capture-frames.js",
                "lib\/web-capture-extension-frames.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/web-capture-hooks-frames.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "world": "MAIN"
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/chrome-browser-polyfill.js",
                "lib\/web-capture-bootstrap.js",
                "lib\/web-capture-extension-bootstrap.js"
            ]
        }
    ]
}