BrowserStack

Instantly test your webpage on any desktop or mobile browser.

BrowserStack란 무엇입니까?

BrowserStack은(는) https://www.browserstack.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly test your webpage on any desktop or mobile browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Launch a new test session in any browser using the BrowserStack Quick Launch Extension. Set up to 12 browsers for quick access and minimize the time spent in switching browsers. Review changes immediately and make cross-browser testing an integral part of development.

To use the integration:
1. Install the extension.
2. Open the webpage you want to test and click on the BrowserStack logo on your extension toolbar.
3. Select the browser & device combination you want to test on.

Your webpage will be launched in the combination selected. Test this webpage using BrowserStack’s Dev Tools, check page behavior in real user conditions and file bugs directly.

NOTE: You need to have a BrowserStack account to use this Chrome extension. You can sign up from the extension or use this link: www.browserstack.com/users/sign_up                    

확장 프로그램 기본 정보

이름 BrowserStack BrowserStack
ID nkihdmlheodkdfojglpcjjmioefjahjb
공식 URL https://chromewebstore.google.com/detail/browserstack/nkihdmlheodkdfojglpcjjmioefjahjb
설명 Instantly test your webpage on any desktop or mobile browser.
파일 크기 758 KB
설치 횟수 159,785
현재 버전 3.0.6
최근 업데이트 2024-01-10
출시 날짜 2020-04-09
평점 2.90/5 총 93 개의 평점
개발자 https://www.browserstack.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.browserstack.com/start
도움말 페이지 URL http://www.browserstack.com/support/
개인정보 보호 정책 페이지 URL https://www.browserstack.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserStack",
    "description": "Instantly test your webpage on any desktop or mobile browser.",
    "version": "3.0.6",
    "action": {
        "default_icon": "drawable\/png\/icon-48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "drawable\/png\/icon-16.png",
        "48": "drawable\/png\/icon-48.png",
        "128": "drawable\/png\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "host_permissions": [
        "https:\/\/*.browserstack.com\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.browserstack.com\/*"
        ]
    }
}