ACCELQ - View Recorder
ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.
Cos'è ACCELQ - View Recorder?
ACCELQ - View Recorder è un'estensione di Chrome sviluppata da https://www.accelq.com, e la sua funzione principale è "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ACCELQ - View Recorder
Scarica i file di estensione ACCELQ - View Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ACCELQ - View Recorder |
ID | bbnlmjmabffkmgdidgknggloohdoadfi |
URL Ufficiale | https://chromewebstore.google.com/detail/accelq-view-recorder/bbnlmjmabffkmgdidgknggloohdoadfi |
Descrizione | ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ. |
Dimensione del File | 1.29 MB |
Conteggio Installazioni | 7,173 |
Versione Corrente | 4.5.23 |
Ultimo Aggiornamento | 2023-01-17 |
Data di Pubblicazione | 2019-12-20 |
Valutazione | 4.88/5 Totale 26 Valutazioni |
Sviluppatore | https://www.accelq.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.accelq.com/ |
URL della Pagina di Aiuto | https://support.accelq.com/hc/en-us/sections/115002791828-accelQ-View-Analyzer |
URL della Pagina della Politica sulla Privacy | https://www.accelq.com/privacypolicy |
Lingue Supportate | 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:\/\/*\/*", " |