CrossBrowserTesting GO
Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com
CrossBrowserTesting GO là gì?
CrossBrowserTesting GO 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à "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CrossBrowserTesting GO
Tải xuống các tệp mở rộng CrossBrowserTesting GO 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
To Start: Click the CBT Extension For Live Testing: Select your browser/OS combination Click Add to add a different configuration to the quick launch list For Screenshot Select a list of browsers from the drop down list. Click “Run Screenshots” CrossBrowserTesting Features: -1500+ Browsers -Real iOS and Android Devices -Manual Testing and Session Recording -Automated Screenshots -Visual Comparisons -Selenium Testing -Integrations with Jenkins, TeamCity, WebDriver.IO, and more. -Local Testing Behind Firewalls To learn more, visit: https://crossbrowsertesting.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CrossBrowserTesting GO |
ID | oapindodkkndonmflelpddkehnocnenh |
URL Chính Thức | https://chromewebstore.google.com/detail/crossbrowsertesting-go/oapindodkkndonmflelpddkehnocnenh |
Mô tả | Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com |
Kích Thước Tệp | 40.69 KB |
Số Lần Cài Đặt | 3,179 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2019-08-19 |
Ngày Phát Hành | 2019-08-19 |
Đánh Giá | 4.07/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://crossbrowsertesting.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://smartbear.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "default-src 'self' https:\/\/crossbrowsertesting.com", "browser_action": { "default_icon": "cbt-logo-128.png", "default_title": "CrossBrowserTesting GO" }, "name": "CrossBrowserTesting GO", "description": "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com", "homepage_url": "http:\/\/crossbrowsertesting.com", "icons": { "16": "cbt-logo-16.png", "48": "cbt-logo-48.png", "128": "cbt-logo-128.png", "32": "cbt-logo-32.png", "64": "cbt-logo-64.png", "256": "cbt-logo-256.png" }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "https:\/\/crossbrowsertesting.com\/*" ], "version": "0.0.2", "manifest_version": 2 } |