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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture. Create. Deliver. Interactive product tours and demos. Try free"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में StoryScale: Interactive product demos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}