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