ACCELQ - View Recorder
ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.
¿Qué es ACCELQ - View Recorder?
ACCELQ - View Recorder es una extensión de Chrome desarrollada por https://www.accelq.com, y su función principal es "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ACCELQ - View Recorder
Descarga archivos de extensión ACCELQ - View Recorder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ACCELQ - View Recorder |
ID | bbnlmjmabffkmgdidgknggloohdoadfi |
URL Oficial | https://chromewebstore.google.com/detail/accelq-view-recorder/bbnlmjmabffkmgdidgknggloohdoadfi |
Descripción | ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ. |
Tamaño del Archivo | 1.29 MB |
Cantidad de Instalaciones | 7,173 |
Versión Actual | 4.5.23 |
Última Actualización | 2023-01-17 |
Fecha de Publicación | 2019-12-20 |
Calificación | 4.88/5 Total de 26 Calificaciones |
Desarrollador | https://www.accelq.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.accelq.com/ |
URL de la Página de Ayuda | https://support.accelq.com/hc/en-us/sections/115002791828-accelQ-View-Analyzer |
URL de la Página de Política de Privacidad | https://www.accelq.com/privacypolicy |
Idiomas Soportados | 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:\/\/*\/*", " |