Arcade

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

什么是Arcade?

Arcade是由https://arcade.software开发的Chrome扩展程序,该扩展的主要功能是“Arcade is an interactive demo platform that empowers teams to create effortlessly beautiful demos — in minutes”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Arcade扩展crx文件

下载Arcade扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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