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