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文件

下載StoryScale: Interactive product demos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}