Arcade

Arcade is an interactive demo platform that empowers teams to create effortlessly beautiful demos — in minutes

Arcade क्या है?

Arcade https://arcade.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Arcade is an interactive demo platform that empowers teams to create effortlessly beautiful demos — in minutes"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Arcade एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Arcade is the most intuitive way to showcase your product, letting prospective users try before they buy, and turning all users into power users. Create interactive demos in minutes that can be embedded on websites, blog posts, email, or tweets.

How? Just click ‘record’ and Arcade will automatically stitches together all actions (clicks, scrolls, etc), screen captures, videos, and tooltips. Add prompts to the hotspots (and change their color) to provide users with more context, and help push them further into product, and down funnel. 

Arcade’s out-of-the-box Analytics help you quickly identify which parts of the product experience resonate most with your audience. Easily adjust demo flows to include new features, or based on what you discover in Analytics. Updates will automatically reflect in published Arcades.

Share Arcade’s interactive demos throughout the customer journey — on your website, in emails, on social, blog posts and changelogs, and even in your application — to help drive interest, and ultimately make all users power users.  

Arcade makes it possible for you to lean into the Product-Led Growth movement by showcasing your product right where your customers expect.

Arcade is for marketers, product managers, sales reps, developers, customer support/success managers, or anyone who wants to show, not tell.                    

एक्सटेंशन की मूल जानकारी

नाम Arcade Arcade
ID gagidkjllbdgggpboolfmmdpeagghjlm
आधिकारिक URL https://chromewebstore.google.com/detail/arcade/gagidkjllbdgggpboolfmmdpeagghjlm
विवरण Arcade is an interactive demo platform that empowers teams to create effortlessly beautiful demos — in minutes
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 12,853
वर्तमान संस्करण 0.21.1
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2021-12-16
रेटिंग 4.60/5 कुल 10 रेटिंग्स
डेवलपर https://arcade.software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://arcade.software
सहायता पृष्ठ URL https://arcade.software
गोपनीयता नीति पृष्ठ URL https://www.arcade.software/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arcade",
    "version": "0.21.1",
    "minimum_chrome_version": "116",
    "description": "Arcade is an interactive demo platform that empowers teams to create effortlessly beautiful demos \u2014 in minutes",
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "tabs",
        "system.display",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/arcade.software\/*",
            "*:\/\/app.arcade.software\/*",
            "*:\/\/staging.arcade.software\/*",
            "*:\/\/next.arcade.software\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.css",
                "camera.css",
                "*.ttf",
                "frame-wrapper.html",
                "media-permissions.html",
                "camera-stream.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "recording-manager.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/mail.superhuman.com\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "link-expander.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "page-editor.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "camera-video-stream-manager.js"
            ]
        }
    ],
    "commands": {
        "main": {
            "description": "Start or stop recording a demo",
            "suggested_key": {
                "default": "Ctrl+Y",
                "windows": "Ctrl+Y",
                "mac": "Command+E"
            }
        },
        "resize-window": {
            "description": "Resize window to optimal capture size",
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+E"
            }
        },
        "cancel": {
            "description": "Cancel recording a demo",
            "suggested_key": {
                "default": "Ctrl+J",
                "windows": "Ctrl+J",
                "mac": "Command+J"
            }
        },
        "pause-resume": {
            "description": "Pause or resume recording a demo",
            "suggested_key": {
                "default": "Ctrl+H",
                "windows": "Ctrl+H",
                "mac": "Command+H"
            }
        },
        "edit-page": {
            "description": "Edit current page"
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo-32.png"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "incognito": "not_allowed",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmjkHX6FoQkowhGB+XIGiRFccrZ6VOprQmtBAR+bNcbzsmvNexHRe8FtY3lKbCWbF5t9SaYojgTLz7kzAgPg4tQkuyXUsxnnkuyveU1O3NGFR11gnq1osCp0kl8tjO28yz3oTpHS4p7SHQNS9KlHUwjrCIHLdknPXqUsu2EOfSIFkg0d1KuedDwtS6+9V1cmGhaId\/pnI0OZ93do9+pbFIuvQv0ME4eQ23e1fQz7GwhTTNSkHrkUGntX1ecT2GEBmZ4swFDr+cNZmWtiYm5\/WyQxQ3+X4kIGt+9q6SIjkpdaBOgxZojO6GK5fft241Nx\/kxAA\/0hXXJA8J4MKabg00wIDAQAB"
}