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?
ACCELQ - View Recorder是由https://www.accelq.com開發的Chrome擴展程式,該擴展的主要功能是“ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.”。
擴展截圖
下載ACCELQ - View Recorder擴展crx文件
下載ACCELQ - View Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ACCELQ - View Recorder |
ID | bbnlmjmabffkmgdidgknggloohdoadfi |
官方網址 | https://chromewebstore.google.com/detail/accelq-view-recorder/bbnlmjmabffkmgdidgknggloohdoadfi |
簡介 | ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ. |
檔案大小 | 1.29 MB |
安裝次數 | 7,173 |
目前版本 | 4.5.23 |
更新時間 | 2023-01-17 |
上架時間 | 2019-12-20 |
評分 | 4.88/5 共 26 次評分 |
開發者 | https://www.accelq.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.accelq.com/ |
說明頁面URL | https://support.accelq.com/hc/en-us/sections/115002791828-accelQ-View-Analyzer |
隱私政策頁面URL | https://www.accelq.com/privacypolicy |
支援的語言 | 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:\/\/*\/*", " |