CrossBrowserTesting GO

Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com

¿Qué es CrossBrowserTesting GO?

CrossBrowserTesting GO es una extensión de Chrome desarrollada por https://crossbrowsertesting.com, y su función principal es "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CrossBrowserTesting GO

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

                        To Start:
Click the CBT Extension

For Live Testing:
Select your browser/OS combination
Click Add to add a different configuration to the quick launch list

For Screenshot
Select a list of browsers from the drop down list.
Click “Run Screenshots”

CrossBrowserTesting Features:

-1500+ Browsers
-Real iOS and Android Devices
-Manual Testing and Session Recording
-Automated Screenshots
-Visual Comparisons
-Selenium Testing
-Integrations with Jenkins, TeamCity, WebDriver.IO, and more.
-Local Testing Behind Firewalls

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

Información Básica de la Extensión

Nombre CrossBrowserTesting GO CrossBrowserTesting GO
ID oapindodkkndonmflelpddkehnocnenh
URL Oficial https://chromewebstore.google.com/detail/crossbrowsertesting-go/oapindodkkndonmflelpddkehnocnenh
Descripción Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com
Tamaño del Archivo 40.69 KB
Cantidad de Instalaciones 3,179
Versión Actual 0.0.2
Última Actualización 2019-08-19
Fecha de Publicación 2019-08-19
Calificación 4.07/5 Total de 14 Calificaciones
Desarrollador https://crossbrowsertesting.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://smartbear.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "default-src 'self' https:\/\/crossbrowsertesting.com",
    "browser_action": {
        "default_icon": "cbt-logo-128.png",
        "default_title": "CrossBrowserTesting GO"
    },
    "name": "CrossBrowserTesting GO",
    "description": "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com",
    "homepage_url": "http:\/\/crossbrowsertesting.com",
    "icons": {
        "16": "cbt-logo-16.png",
        "48": "cbt-logo-48.png",
        "128": "cbt-logo-128.png",
        "32": "cbt-logo-32.png",
        "64": "cbt-logo-64.png",
        "256": "cbt-logo-256.png"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/crossbrowsertesting.com\/*"
    ],
    "version": "0.0.2",
    "manifest_version": 2
}