CrossBrowserTesting Local Connection

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

什么是CrossBrowserTesting Local Connection?

CrossBrowserTesting Local Connection是由https://crossbrowsertesting.com开发的Chrome扩展程序,该扩展的主要功能是“CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.”。

扩展截图

screenshot
screenshot
screenshot

下载CrossBrowserTesting Local Connection扩展crx文件

下载CrossBrowserTesting Local Connection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CrossBrowserTesting Local Connection CrossBrowserTesting Local Connection
ID blholmpddeffdmfmnajiophjfibiland
官方URL https://chromewebstore.google.com/detail/crossbrowsertesting-local/blholmpddeffdmfmnajiophjfibiland
简介 CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.
文件大小 467 KB
安装次数 11,886
当前版本 0.1.2
更新时间 2019-10-28
上架时间 2019-10-28
评分 3.25/5 共4次评分
开发者 https://crossbrowsertesting.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://crossbrowsertesting.com/
隐私政策页面URL https://smartbear.com/privacy
支持的语言 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"
    }
}