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 |
官方網址 | 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" } } |