TestingBot

Cross Browser Testing on multiple browsers and mobile devices.

TestingBot란 무엇입니까?

TestingBot은(는) https://testingbot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cross Browser Testing on multiple browsers and mobile devices."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Perform Live Interactive Cross Browser Testing on 5000+ Browsers and Devices.

The TestingBot Chrome extension helps you to increase productivity while testing and developing websites. Achieve faster time to market, by making sure your website looks and functions correctly across a large collection of devices.

Test on Windows, Linux, macOS, iOS and Android. Simply open the extension on any page you want to test, pick a browser/device combination and instantly test on a remote browser or device 🚀 

TestingBot Features:

- 5000+ Browsers
- Real iOS and Android Devices
- Test from various geographical locations

To learn more, visit:
https://testingbot.com                    

확장 프로그램 기본 정보

이름 TestingBot TestingBot
ID nhjmiaiamlfblfagaodhkeabfbnmdmff
공식 URL https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff
설명 Cross Browser Testing on multiple browsers and mobile devices.
파일 크기 34.02 KB
설치 횟수 54
현재 버전 1.1
최근 업데이트 2023-09-23
출시 날짜 2023-09-07
평점 1.00/5 총 1 개의 평점
개발자 https://testingbot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://testingbot.com
도움말 페이지 URL https://testingbot.com/support
개인정보 보호 정책 페이지 URL https://testingbot.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TestingBot",
    "description": "Cross Browser Testing on multiple browsers and mobile devices.",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "32": "icons\/icon.png",
            "48": "icons\/icon.png",
            "128": "icons\/icon.png"
        },
        "default_popup": ".\/popup\/index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.testingbot.com\/*"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}