Supademo: AI interactive demos in seconds

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

Supademo: AI interactive demos in seconds là gì?

Supademo: AI interactive demos in seconds là một tiện ích mở rộng Chrome được phát triển bởi https://supademo.com, và tính năng chính của nó là "Communicate products more effectively using beautiful, AI-powered interactive demos and guides.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Supademo: AI interactive demos in seconds

Tải xuống các tệp mở rộng Supademo: AI interactive demos in seconds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Supademo: AI interactive demos in seconds Supademo: AI interactive demos in seconds
ID jblbcpkejogbghfdglhfjlplchcnmohm
URL Chính Thức https://chromewebstore.google.com/detail/supademo-ai-interactive-d/jblbcpkejogbghfdglhfjlplchcnmohm
Mô tả Communicate products more effectively using beautiful, AI-powered interactive demos and guides.
Kích Thước Tệp 78.26 KB
Số Lần Cài Đặt 4,331
Phiên Bản Hiện Tại 2.0.0.15
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2022-10-06
Đánh Giá 4.89/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://supademo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://supademo.com
URL Trang Trợ Giúp https://help.supademo.com/
URL Trang Chính Sách Bảo Mật https://supademo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}