Endtest - Codeless Automated Testing
Record your Web Tests and add them to your Endtest account.
¿Qué es Endtest - Codeless Automated Testing?
Endtest - Codeless Automated Testing es una extensión de Chrome desarrollada por https://endtest.io, y su función principal es "Record your Web Tests and add them to your Endtest account.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Endtest - Codeless Automated Testing
Descarga archivos de extensión Endtest - Codeless Automated Testing 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
The Endtest extension allows you to record Web Tests directly in your Chrome browser and add them into your Endtest account. It can identify elements by ID, Name, XPaths and CSS Selectors. The extension can also handle complex scenarios, which involve iframes and multiple tabs. Tutorial: https://app.endtest.io/guides/docs/how-to-create-web-tests/
Información Básica de la Extensión
Nombre | Endtest - Codeless Automated Testing |
ID | jbdgfkeimppmnfemmgfafiomihlibdfa |
URL Oficial | https://chromewebstore.google.com/detail/endtest-codeless-automate/jbdgfkeimppmnfemmgfafiomihlibdfa |
Descripción | Record your Web Tests and add them to your Endtest account. |
Tamaño del Archivo | 148 KB |
Cantidad de Instalaciones | 2,163 |
Versión Actual | 0.0.1.4 |
Última Actualización | 2023-11-17 |
Fecha de Publicación | 2020-06-02 |
Calificación | 4.58/5 Total de 12 Calificaciones |
Desarrollador | https://endtest.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://endtest.io/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Endtest - Codeless Automated Testing", "short_name": "Endtest", "author": "Endtest", "homepage_url": "https:\/\/endtest.io", "description": "Record your Web Tests and add them to your Endtest account.", "version": "0.0.1.4", "icons": { "16": "icon_new.png", "48": "icon_new.png", "128": "icon_new.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "cookies", "storage", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "all_frames": true, "match_origin_as_fallback": true, "matches": [ " |