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.”。
擴展截圖
下載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 |
ID | blholmpddeffdmfmnajiophjfibiland |
官方網址 | 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" } } |