Qualys Browser Recorder
Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application.
什么是Qualys Browser Recorder?
Qualys Browser Recorder是由Qualys Inc.开发的Chrome扩展程序,该扩展的主要功能是“Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application.”。
扩展截图
下载Qualys Browser Recorder扩展crx文件
下载Qualys Browser Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Qualys Browser Recorder is a free browser extension to record & play back scripts for web application automation testing. Qualys Browser Recorder includes the entire Selenium Core, allowing you to capture web elements and record actions in the browser to let you generate, edit, and play back automated test cases quickly and easily. The authors would like to thank contributors to SideeX, Selenium Core, and Selenium IDE. Qualys Browser Recorder would not have been possible without their valuable work, time, and effort. https://www.qualys.com/docs/qualys-browser-recorder-user-guide.pdf
扩展基本信息
名称 | Qualys Browser Recorder |
ID | abnnemjpaacaimkkepphpkaiomnafldi |
官方URL | https://chromewebstore.google.com/detail/qualys-browser-recorder/abnnemjpaacaimkkepphpkaiomnafldi |
简介 | Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application. |
文件大小 | 1.2 MB |
安装次数 | 6,844 |
当前版本 | 1.2.32_6 |
更新时间 | 2023-06-02 |
上架时间 | 2019-06-28 |
评分 | 3.63/5 共8次评分 |
开发者 | Qualys Inc. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.qualys.com |
帮助页面URL | https://www.qualys.com/docs/qualys-browser-recorder-user-guide.pdf |
隐私政策页面URL | https://www.qualys.com/company/privacy/statement |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Qualys Browser Recorder is a free browser extension to record & play back scripts of any web application.", "manifest_version": 3, "name": "Qualys Browser Recorder", "version": "1.2.32", "version_name": "1.2.32_6", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/qualys-browser-recorder\/abnnemjpaacaimkkepphpkaiomnafldi", "icons": { "16": "icons\/image-16.png", "48": "icons\/image-48.png", "128": "icons\/image-128.png" }, "incognito": "split", "permissions": [ "tabs", "activeTab", "webRequest", "contextMenus", "downloads", "webNavigation", "notifications", "storage" ], "content_security_policy": { "extension_page": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ " |