Arcade

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

What is Arcade?

Arcade is a Chrome extension developed by https://arcade.software, and its main feature is "Arcade is an interactive demo platform that empowers teams to create effortlessly beautiful demos — in minutes".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Arcade Extension CRX File

Download Arcade extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Arcade Arcade
ID gagidkjllbdgggpboolfmmdpeagghjlm
Official URL https://chromewebstore.google.com/detail/arcade/gagidkjllbdgggpboolfmmdpeagghjlm
Description Arcade is an interactive demo platform that empowers teams to create effortlessly beautiful demos — in minutes
File Size 1.62 MB
Installation Count 12,853
Current Version 0.21.1
Last Updated 2024-02-19
Publish Date 2021-12-16
Rating 4.60/5 Total 10 Ratings
Developer https://arcade.software
Email [email protected]
Payment Type free
Extension Website https://arcade.software
Help Page URL https://arcade.software
Privacy Policy Page URL https://www.arcade.software/privacy
Supported Languages 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"
}