Sauce Labs Replay
Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.
什么是Sauce Labs Replay?
Sauce Labs Replay是由sl_chrome_webstore_publisher开发的Chrome扩展程序,该扩展的主要功能是“Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel.”。
扩展截图
下载Sauce Labs Replay扩展crx文件
下载Sauce Labs Replay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Sauce Labs Replay |
ID | biancihmofngiimeilfjfbbcbooeppbn |
官方URL | https://chromewebstore.google.com/detail/sauce-labs-replay/biancihmofngiimeilfjfbbcbooeppbn |
简介 | Sauce Labs extension for DevTools that allows you to replay your recordings directly from the Recorder panel. |
文件大小 | 170 KB |
安装次数 | 157 |
当前版本 | 0.2.0 |
更新时间 | 2023-06-29 |
上架时间 | 2023-05-16 |
开发者 | sl_chrome_webstore_publisher |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://saucelabs.com |
支持的语言 | 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" } } |