TestingBot

Cross Browser Testing on multiple browsers and mobile devices.

¿Qué es TestingBot?

TestingBot es una extensión de Chrome desarrollada por https://testingbot.com, y su función principal es "Cross Browser Testing on multiple browsers and mobile devices.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TestingBot

Descarga archivos de extensión TestingBot 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

                        Perform Live Interactive Cross Browser Testing on 5000+ Browsers and Devices.

The TestingBot Chrome extension helps you to increase productivity while testing and developing websites. Achieve faster time to market, by making sure your website looks and functions correctly across a large collection of devices.

Test on Windows, Linux, macOS, iOS and Android. Simply open the extension on any page you want to test, pick a browser/device combination and instantly test on a remote browser or device 🚀 

TestingBot Features:

- 5000+ Browsers
- Real iOS and Android Devices
- Test from various geographical locations

To learn more, visit:
https://testingbot.com                    

Información Básica de la Extensión

Nombre TestingBot TestingBot
ID nhjmiaiamlfblfagaodhkeabfbnmdmff
URL Oficial https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff
Descripción Cross Browser Testing on multiple browsers and mobile devices.
Tamaño del Archivo 34.02 KB
Cantidad de Instalaciones 54
Versión Actual 1.1
Última Actualización 2023-09-23
Fecha de Publicación 2023-09-07
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://testingbot.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://testingbot.com
URL de la Página de Ayuda https://testingbot.com/support
URL de la Página de Política de Privacidad https://testingbot.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TestingBot",
    "description": "Cross Browser Testing on multiple browsers and mobile devices.",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "32": "icons\/icon.png",
            "48": "icons\/icon.png",
            "128": "icons\/icon.png"
        },
        "default_popup": ".\/popup\/index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.testingbot.com\/*"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}