StoryScale: Interactive product demos

Capture. Create. Deliver. Interactive product tours and demos. Try free

StoryScale: Interactive product demos란 무엇입니까?

StoryScale: Interactive product demos은(는) https://storyscale.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture. Create. Deliver. Interactive product tours and demos. Try free"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

StoryScale: Interactive product demos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Capture screens instantly with the official StoryScale extension. Demo creators can easily capture screens from their websites or applications. Create interactive product tours in just minutes.

    * Capture screens from your website or app. Customize with no code. 

    * Create interactive product tours. Add guides, links, and interactions. 

    * Drive growth. Deliver product tours to wow your audience and generate product-qualified leads.


Empower Sales and Marketing: Reinvent how your team creates, delivers, analyzes, manages, and optimizes demos for tailored buying experiences.

With the StoryScale Capture Extension, capturing screens and creating engaging product tours has never been easier. Experience the power of product storytelling. Take your sales and marketing efforts to new heights.                    

확장 프로그램 기본 정보

이름 StoryScale: Interactive product demos StoryScale: Interactive product demos
ID dogkkchhplobjhpkhigemjklagfdgfii
공식 URL https://chromewebstore.google.com/detail/storyscale-interactive-pr/dogkkchhplobjhpkhigemjklagfdgfii
설명 Capture. Create. Deliver. Interactive product tours and demos. Try free
파일 크기 183 KB
설치 횟수 104
현재 버전 1.6.0
최근 업데이트 2024-01-24
출시 날짜 2022-05-17
평점 5.00/5 총 1 개의 평점
개발자 https://storyscale.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://storyscale.com
도움말 페이지 URL https://support.storyscale.com
개인정보 보호 정책 페이지 URL https://storyscale.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StoryScale: Interactive product demos",
    "description": "Capture. Create. Deliver. Interactive product tours and demos. Try free",
    "version": "1.6.0",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js.e9777e3e.a4b94486.js"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index.js.8cc370a6.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "src\/assets\/icons\/favicon-16x16.png",
        "32": "src\/assets\/icons\/favicon-32x32.png",
        "64": "src\/assets\/icons\/favicon-32x32.png",
        "128": "src\/assets\/icons\/favicon-32x32.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/assets\/images\/Logo_caputre.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.554455e7.js",
                "assets\/index.js.e9777e3e.js"
            ],
            "use_dynamic_url": true
        }
    ]
}