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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Communicate products more effectively using beautiful, AI-powered interactive demos and guides."।

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

screenshot
screenshot
screenshot
screenshot

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

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