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ファイルをダウンロード

TestingBot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}