CrossBrowserTesting Local Connection

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

Wat is CrossBrowserTesting Local Connection?

CrossBrowserTesting Local Connection is een Chrome-extensie ontwikkeld door https://crossbrowsertesting.com, en de belangrijkste functie is "CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CrossBrowserTesting Local Connection

Download CrossBrowserTesting Local Connection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CrossBrowserTesting Local Connection CrossBrowserTesting Local Connection
ID blholmpddeffdmfmnajiophjfibiland
Officiële URL https://chromewebstore.google.com/detail/crossbrowsertesting-local/blholmpddeffdmfmnajiophjfibiland
Beschrijving CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.
Bestandsgrootte 467 KB
Aantal Installaties 11,886
Huidige Versie 0.1.2
Laatst Bijgewerkt 2019-10-28
Publicatiedatum 2019-10-28
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://crossbrowsertesting.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://crossbrowsertesting.com/
URL van de Privacybeleid Pagina https://smartbear.com/privacy
Ondersteunde Talen 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"
    }
}