Storylane

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

Apa itu Storylane?

Storylane adalah ekstensi Chrome yang dikembangkan oleh Storylane Inc, dan fitur utamanya adalah "Capture your product application pages easily, and build interactive product demo in Storylane.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Storylane

Unduh file ekstensi Storylane dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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”                    

Informasi Dasar Ekstensi

Nama Storylane Storylane
ID ongmhighpnfpojfidgigcjflgdkjfdeb
URL Resmi https://chromewebstore.google.com/detail/storylane/ongmhighpnfpojfidgigcjflgdkjfdeb
Deskripsi Capture your product application pages easily, and build interactive product demo in Storylane.
Ukuran File 3.99 MB
Jumlah Instalasi 9,000
Versi Saat Ini 1.6.3
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2023-01-30
Penilaian 5.00/5 Total 14 Penilaian
Pengembang Storylane Inc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.storylane.io/
URL Halaman Kebijakan Privasi https://www.storylane.io/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}