Arcade

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

Arcadeคืออะไร?

Arcade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Arcade

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}