Replay Launcher

Start recording a replay in one click.

Τι είναι το Replay Launcher;

Το Replay Launcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Accounts, και η κύρια λειτουργία του είναι "Start recording a replay in one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Replay Launcher

Λήψη αρχείων επέκτασης Replay Launcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        In one click, open the current website in the Replay Browser and immediately start recording a replay! If you’re new to Replay, install at replay.io to get started.

Currently only supported in MacOS.

What is Replay?

Replay is an application recorder, time travel debugger, and powerful developer collaboration tool, all in one. Replay lets you record a browser session to produce a shareable replay for collaborative debugging. The replay isn’t just a video — everything from the browser is recorded so you can inspect everything including HTML elements, JavaScript execution, network requests, user events, and even the state of your React components at each and every moment in time.

Using the Extension

1. Whenever you are ready to record, click the Replay extension icon in the browser toolbar, then select “Record this website.” Note: The Replay Browser must be installed before recording. You can also install the browser from the extension.
2. The first time you record a new site, the browser will prompt you to allow opening the browser. Select the checkbox to prevent this step next time, then click “Open Replay”.
3. The Replay Browser will launch to the exact URL already open in Chrome and begin recording automatically. From here, record and share as you normally would!

Get support and share feedback at replay.io/discord.

When to use Replay

There is a lot of information packed in each replay, so the possibilities are extensive. Replay is primarily used by developers to reproduce and debug issues with web applications.

Some common uses cases include:

- Recording bugs in development to share with a team
- QA or Test Engineer defect reports
- Recording automated tests in CI to easily debug failures
- Reproducing user issues to submit bug reports for Support
- Documenting pull requests                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Replay Launcher Replay Launcher
ID djjkbhpjjnhbebpcdkjiggjloabpkkeo
Επίσημο URL https://chromewebstore.google.com/detail/replay-launcher/djjkbhpjjnhbebpcdkjiggjloabpkkeo
Περιγραφή Start recording a replay in one click.
Μέγεθος Αρχείου 11.3 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2022-05-03
Ημερομηνία Δημοσίευσης 2022-04-22
Προγραμματιστής Accounts
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://replay.io/
URL της Σελίδας Πολιτικής Απορρήτου https://www.replay.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Replay Launcher",
    "description": "Start recording a replay in one click.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/replay_logo16.png",
        "32": "\/images\/replay_logo32.png",
        "48": "\/images\/replay_logo48.png",
        "128": "\/images\/replay_logo128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/replay_logo16.png",
            "32": "\/images\/replay_logo32.png",
            "48": "\/images\/replay_logo48.png",
            "128": "\/images\/replay_logo128.png"
        }
    }
}