Supademo: AI interactive demos in seconds

Communicate products more effectively using beautiful, AI-powered interactive demos and guides.

什么是Supademo: AI interactive demos in seconds?

Supademo: AI interactive demos in seconds是由https://supademo.com开发的Chrome扩展程序,该扩展的主要功能是“Communicate products more effectively using beautiful, AI-powered interactive demos and guides.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Supademo: AI interactive demos in seconds扩展crx文件

下载Supademo: AI interactive demos in seconds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Create beautifully interactive demos and guides with AI

How it Works 💭
1. Turn on the Chrome extension and click through any product
2. Supademo captures screenshots, videos, and magically annotates each step with text descriptions
3. Personalize your demo with custom domains, blurs, autoplay, and CTAs
4. Share as a link or embed across support docs, onboarding, websites, or Notion

Use Cases ⚒️
Join 8000+ users who leverage Supademo to:
✅ Increase website leads and conversions
✅ Drive customer enablement and onboarding
✅ Close more deals with interactive sales collateral
✅ Scale up customer training and guidance
✅ Create SOPs for staff and partners

Built for teams of all sizes 📈
▶ Customer Success
▶ Customer Support
▶ Revenue Operations
▶ Pre-sales
▶ Product Marketing
▶ Product Management
▶ Human Resources
▶ Operations                    

扩展基本信息

名称 Supademo: AI interactive demos in seconds Supademo: AI interactive demos in seconds
ID jblbcpkejogbghfdglhfjlplchcnmohm
官方URL https://chromewebstore.google.com/detail/supademo-ai-interactive-d/jblbcpkejogbghfdglhfjlplchcnmohm
简介 Communicate products more effectively using beautiful, AI-powered interactive demos and guides.
文件大小 78.26 KB
安装次数 4,331
当前版本 2.0.0.15
更新时间 2024-02-08
上架时间 2022-10-06
评分 4.89/5 共36次评分
开发者 https://supademo.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://supademo.com
帮助页面URL https://help.supademo.com/
隐私政策页面URL https://supademo.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supademo: AI interactive demos in seconds",
    "short_name": "Supademo",
    "version": "2.0.0.15",
    "manifest_version": 3,
    "description": "Communicate products more effectively using beautiful, AI-powered interactive demos and guides.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Supademo",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabs",
        "storage",
        "webNavigation",
        "desktopCapture"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "*:\/\/app.howflow.io\/*",
                "*:\/\/howflow.io\/*",
                "*:\/\/test.supademo.com\/*",
                "*:\/\/supademo.com\/*",
                "*:\/\/app.supademo.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentscripts\/new_tab_menu.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/test.supademo.com\/*",
            "http:\/\/localhost:3000\/*",
            "*:\/\/app.howflow.io\/*",
            "*:\/\/howflow.io\/*",
            "*:\/\/supademo.com\/*",
            "*:\/\/app.supademo.com\/*"
        ]
    },
    "icons": {
        "16": "\/assets\/images\/supademo_icon_16.png",
        "48": "\/assets\/images\/supademo_icon_48.png",
        "128": "\/assets\/images\/supademo_icon_128.png"
    }
}