Storylane

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

Storylane क्या है?

Storylane Storylane Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture your product application pages easily, and build interactive product demo in Storylane."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Storylane एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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”                    

एक्सटेंशन की मूल जानकारी

नाम Storylane Storylane
ID ongmhighpnfpojfidgigcjflgdkjfdeb
आधिकारिक URL https://chromewebstore.google.com/detail/storylane/ongmhighpnfpojfidgigcjflgdkjfdeb
विवरण Capture your product application pages easily, and build interactive product demo in Storylane.
फ़ाइल का आकार 3.99 MB
स्थापना संख्या 9,000
वर्तमान संस्करण 1.6.3
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2023-01-30
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर Storylane Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.storylane.io/
गोपनीयता नीति पृष्ठ URL https://www.storylane.io/privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}