Storylane

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

Storylane란 무엇입니까?

Storylane은(는) Storylane Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture your product application pages easily, and build interactive product demo in Storylane."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Storylane 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}