Storylane

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

Co je Storylane?

Storylane je rozšíření Chrome vyvinuté Storylane Inc, a jeho hlavní funkcí je „Capture your product application pages easily, and build interactive product demo in Storylane.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Storylane

Stáhněte si soubory rozšíření Storylane ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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”                    

Základní Informace o Rozšíření

Název Storylane Storylane
ID ongmhighpnfpojfidgigcjflgdkjfdeb
Oficiální URL https://chromewebstore.google.com/detail/storylane/ongmhighpnfpojfidgigcjflgdkjfdeb
Popis Capture your product application pages easily, and build interactive product demo in Storylane.
Velikost souboru 3.99 MB
Počet instalací 9,000
Aktuální Verze 1.6.3
Poslední Aktualizace 2024-02-21
Datum Vydání 2023-01-30
Hodnocení 5.00/5 Celkem 14 Hodnocení
Vývojář Storylane Inc
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.storylane.io/
URL Stránky Zásad Ochrany Soukromí https://www.storylane.io/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}