ACCELQ - View Recorder
ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.
ACCELQ - View Recorder là gì?
ACCELQ - View Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://www.accelq.com, và tính năng chính của nó là "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ACCELQ - View Recorder
Tải xuống các tệp mở rộng ACCELQ - View Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps. Works in conjunction with ACCELQ test automation product available for subscription.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ACCELQ - View Recorder |
ID | bbnlmjmabffkmgdidgknggloohdoadfi |
URL Chính Thức | https://chromewebstore.google.com/detail/accelq-view-recorder/bbnlmjmabffkmgdidgknggloohdoadfi |
Mô tả | ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ. |
Kích Thước Tệp | 1.29 MB |
Số Lần Cài Đặt | 7,173 |
Phiên Bản Hiện Tại | 4.5.23 |
Cập Nhật Lần Cuối | 2023-01-17 |
Ngày Phát Hành | 2019-12-20 |
Đánh Giá | 4.88/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | https://www.accelq.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.accelq.com/ |
URL Trang Trợ Giúp | https://support.accelq.com/hc/en-us/sections/115002791828-accelQ-View-Analyzer |
URL Trang Chính Sách Bảo Mật | https://www.accelq.com/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ACCELQ - View Recorder", "version": "4.5.23", "manifest_version": 2, "description": "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.", "homepage_url": "http:\/\/accelq.com", "icons": { "16": "common\/icons\/icon16.png", "48": "common\/icons\/icon48.png", "128": "common\/icons\/icon48.png" }, "background": { "scripts": [ "libs\/jquery.js", "libs\/lodash.js", "libs\/json2.js", "libs\/platform.js", "common\/js\/Utils.js", "common\/js\/aq.config.js", "common\/js\/aq.configpolyfill.js", "common\/js\/aq.messages.js", "common\/js\/aq.main.js", "plugin\/chrome\/common\/aq.chrome.js", "plugin\/chrome\/common\/aq.BadgeAnimator.js", "plugin\/chrome\/background_scripts\/aq.StorageManager.js", "plugin\/chrome\/background_scripts\/aq.ScreenCaptureManager.js", "plugin\/chrome\/background_scripts\/aq.Scheduler.js", "plugin\/chrome\/background_scripts\/aq.EventManager.js", "plugin\/chrome\/background_scripts\/aq.WorkflowRecorder.js", "plugin\/chrome\/background_scripts\/aq.RestClient.js", "plugin\/chrome\/background_scripts\/aq.PostInstallerScript.js" ], "persistent": true }, "browser_action": { "default_icon": "common\/icons\/q.png", "default_title": "ACCELQ - View Recorder", "default_popup": "plugin\/chrome\/popup\/index.html", "iframe_popup": "plugin\/chrome\/recorder\/index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |