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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CrossBrowserTesting GO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 CrossBrowserTesting GO CrossBrowserTesting GO
ID oapindodkkndonmflelpddkehnocnenh
공식 URL 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
}