StoryScale: Interactive product demos

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

¿Qué es StoryScale: Interactive product demos?

StoryScale: Interactive product demos es una extensión de Chrome desarrollada por https://storyscale.com, y su función principal es "Capture. Create. Deliver. Interactive product tours and demos. Try free".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión StoryScale: Interactive product demos

Descarga archivos de extensión StoryScale: Interactive product demos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre StoryScale: Interactive product demos StoryScale: Interactive product demos
ID dogkkchhplobjhpkhigemjklagfdgfii
URL Oficial https://chromewebstore.google.com/detail/storyscale-interactive-pr/dogkkchhplobjhpkhigemjklagfdgfii
Descripción Capture. Create. Deliver. Interactive product tours and demos. Try free
Tamaño del Archivo 183 KB
Cantidad de Instalaciones 104
Versión Actual 1.6.0
Última Actualización 2024-01-24
Fecha de Publicación 2022-05-17
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://storyscale.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://storyscale.com
URL de la Página de Ayuda https://support.storyscale.com
URL de la Página de Política de Privacidad https://storyscale.com/privacy
Idiomas Soportados 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
        }
    ]
}