CrossBrowserTesting Local Connection

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

CrossBrowserTesting Local Connection là gì?

CrossBrowserTesting Local Connection là một tiện ích mở rộng Chrome được phát triển bởi https://crossbrowsertesting.com, và tính năng chính của nó là "CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CrossBrowserTesting Local Connection

Tải xuống các tệp mở rộng CrossBrowserTesting Local Connection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CrossBrowserTesting Local Connection CrossBrowserTesting Local Connection
ID blholmpddeffdmfmnajiophjfibiland
URL Chính Thức https://chromewebstore.google.com/detail/crossbrowsertesting-local/blholmpddeffdmfmnajiophjfibiland
Mô tả CrossBrowserTesting Local Connection lets you test behind your firewall in 1500+ real desktop and mobile browsers.
Kích Thước Tệp 467 KB
Số Lần Cài Đặt 11,886
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2019-10-28
Ngày Phát Hành 2019-10-28
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://crossbrowsertesting.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crossbrowsertesting.com/
URL Trang Chính Sách Bảo Mật https://smartbear.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}