CrossBrowserTesting Local Connection

CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.

Co to jest CrossBrowserTesting Local Connection?

CrossBrowserTesting Local Connection to rozszerzenie Chrome opracowane przez https://crossbrowsertesting.com, a jego główną funkcją jest „CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CrossBrowserTesting Local Connection

Pobierz pliki rozszerzeń CrossBrowserTesting Local Connection w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Overview

Access the local tunnel in CrossBrowserTesting with a click with the Local Connection extension. Local Connection brings the power of the CrossBrowserTesting cloud testing platform right to your application, allowing you to instantly test your website right from your browser dashboard.

Easily connect to wherever your website or application is located and test before it hits production, using our robust tunnel technology to secure your data.

CrossBrowserTesting Local Connection lets you test locally, behind a firewall, or across a proxy in 1500+ real desktop and mobile browsers. Quickly jump into a Live Testing session or take screenshots of the web page you’re on to find and debug issues in seconds.

To begin using the extension, simply install and click the icon while on the page you’d like to test. To use Local Connection, go to the CrossBrowserTesting app and follow the instruction to install the Local App: https://help.crossbrowsertesting.com/local-connection/general/using-chrome-tunnel-app/

You’ll be presented with browsers to choose from for live testing. From here, you can jump right into a secure testing session by clicking one of the browsers.

To add a new browser, simply click Add and select the operating system, browser, and resolution. To remove a browser, click Edit, and the X in the upper right-hand corner. In this view, you can also change the resolutions of each configuration.

To run a screenshot test, choose a configuration from the pre-defined browser list. You can create and edit these in the CrossBrowserTesting app.

An active local connection is not needed to take screenshots or run live tests on pages that are publicly available.

Features

-Easy Connect to Tunnel Connection With a Few Clicks - The Local Connection plugin allows you to access tunnel connection faster and easier than ever by clicking right from your browser.
-Local Connection Status - See the status of the local connection and close open connections from the extension.
-Test Local HTML, CSS, JavaScript, and Images - Run full-scale browser tests on websites that are hosted locally in a test or development environment.
-Test Behind Your Company’s Firewall - Easily connect to your local site or internal network throughout the tunnel, allowing testing within the firewall.
-Test Across a Proxy - Test websites that need to be accessed via a proxy server by supplying the IP and Port, allowing for GeoLocation testing.
-Quickly Jump Into Full Page Screenshots or Live Testing - Manually test your website with Live Testing or use our screenshot comparison tool.
-Access to Over 1500 Browsers - Test on 1500+ real desktop and mobile browsers including iOS and Android devices.
-Debugging Tools - Fix issues as soon as you find them with native debugging tools.                    

Podstawowe informacje o rozszerzeniu

Nazwa CrossBrowserTesting Local Connection CrossBrowserTesting Local Connection
ID blholmpddeffdmfmnajiophjfibiland
Oficjalny URL https://chromewebstore.google.com/detail/crossbrowsertesting-local/blholmpddeffdmfmnajiophjfibiland
Opis CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.
Rozmiar pliku 467 KB
Liczba instalacji 11,886
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2019-10-28
Data Publikacji 2019-10-28
Ocena 3.25/5 Łącznie 4 Oceny
Deweloper https://crossbrowsertesting.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://crossbrowsertesting.com/
Adres URL Strony Polityki Prywatności https://smartbear.com/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrossBrowserTesting Local Connection",
    "short_name": "CBT Local",
    "version": "0.1.2",
    "permissions": [
        "*:\/\/*.crossbrowsertesting.com\/",
        "nativeMessaging",
        "tabs"
    ],
    "manifest_version": 2,
    "description": "CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/cbt-logo-16.png",
        "32": "assets\/cbt-logo-32.png",
        "48": "assets\/cbt-logo-48.png",
        "64": "assets\/cbt-logo-64.png",
        "128": "assets\/cbt-logo-128.png",
        "256": "assets\/cbt-logo-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.crossbrowsertesting.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    }
}