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
电子邮箱 [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"
    ]
}