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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}