TestingBot

Cross Browser Testing on multiple browsers and mobile devices.

Что такое TestingBot?

TestingBot - это расширение Chrome, разработанное https://testingbot.com, и его основная функция - "Cross Browser Testing on multiple browsers and mobile devices.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TestingBot

Скачайте файлы расширений 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"
    ]
}