Sauce Labs Replay

Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.

What is Sauce Labs Replay?

Sauce Labs Replay is a Chrome extension developed by sl_chrome_webstore_publisher, and its main feature is "Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.".

Extension Screenshots

screenshot

Download Sauce Labs Replay Extension CRX File

Download Sauce Labs Replay 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

                        Introducing the Sauce Labs Replay Extension for Chrome DevTools!

The Sauce Labs Replay Extension is a powerful tool designed to enhance your development workflow by seamlessly integrating with Chrome DevTools. With this extension, you can now effortlessly replay your recordings directly from the Recorder panel, streamlining the way you debug and analyze your web applications.

Key Features:

    Efficient Recording Playback: Experience the convenience of instantly replaying your recorded interactions without leaving the DevTools environment. Save time and streamline your debugging process by effortlessly replaying your interactions with minimal effort across multiple operating systems.

    Enhanced Collaboration: Easily share your recordings with teammates, stakeholders, or QA teams for efficient collaboration.

Whether you're a seasoned developer, a quality assurance professional, or a curious explorer of web applications, the Sauce Labs Replay Extension for Chrome DevTools empowers you to dive deep into your recorded sessions, analyze them effortlessly, and accelerate the debugging process.

Note: The Sauce Labs Replay Extension requires an active Sauce Labs account to leverage its full potential. Sign up today to unlock a world of efficient and effective web application development and testing.                    

Extension Basic Information

Name Sauce Labs Replay Sauce Labs Replay
ID biancihmofngiimeilfjfbbcbooeppbn
Official URL https://chromewebstore.google.com/detail/sauce-labs-replay/biancihmofngiimeilfjfbbcbooeppbn
Description Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.
File Size 170 KB
Installation Count 157
Current Version 0.2.0
Last Updated 2023-06-29
Publish Date 2023-05-16
Developer sl_chrome_webstore_publisher
Email [email protected]
Payment Type free
Extension Website https://saucelabs.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sauce Labs Replay",
    "description": "Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.saucelabs.com\/"
    ],
    "devtools_page": "DevToolsPlugin.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtP7EdrT9bfiA8gYvZh8qWDwj2F7D+XB7JvmjGop3K7V05OPEtZsJDDPgGFxgTFuYs0i+Ze+190Z8FFjGnv\/GP\/QzTtlmvlM1Sc6qWLPfavzZbTPOyhk8\/\/EFT\/6dR6Wfqf6v391zJ0C+3kb8uRHe7N7MNvLnvR5Sa+R3rESkiPCy0azT9ZTmZM7bwi+SR25tl65dKVdmlqVQTYqVIWEWbhiiinjLaxrQVen+inF1\/Nhjge+3CY3Gi+THSAMb53kUvouZfMGool4jMERA+3eidvC3fQ0kZKqGB3aqpOgZqVw\/M+ARTw56UveTVTY0m63eaFDLbkOMrGNImf1jJZLTjwIDAQAB",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}