CrossBrowserTesting GO
Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com
什麼是CrossBrowserTesting GO?
CrossBrowserTesting GO是由https://crossbrowsertesting.com開發的Chrome擴展程式,該擴展的主要功能是“Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com”。
擴展截圖
下載CrossBrowserTesting GO擴展crx文件
下載CrossBrowserTesting GO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | oapindodkkndonmflelpddkehnocnenh |
| 官方網址 | https://chromewebstore.google.com/detail/crossbrowsertesting-go/oapindodkkndonmflelpddkehnocnenh |
| 簡介 | Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com |
| 檔案大小 | 40.69 KB |
| 安裝次數 | 3,179 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2019-08-19 |
| 上架時間 | 2019-08-19 |
| 評分 | 4.07/5 共 14 次評分 |
| 開發者 | https://crossbrowsertesting.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://smartbear.com/privacy |
| 支援的語言 | 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
} | |