TestingBot

Cross Browser Testing on multiple browsers and mobile devices.

O que é TestingBot?

TestingBot é uma extensão do Chrome desenvolvida por https://testingbot.com, e sua principal característica é "Cross Browser Testing on multiple browsers and mobile devices.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TestingBot

Baixe arquivos de extensão TestingBot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TestingBot TestingBot
ID nhjmiaiamlfblfagaodhkeabfbnmdmff
URL Oficial https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff
Descrição Cross Browser Testing on multiple browsers and mobile devices.
Tamanho do Arquivo 34.02 KB
Contagem de Instalações 54
Versão Atual 1.1
Última Atualização 2023-09-23
Data de Publicação 2023-09-07
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://testingbot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://testingbot.com
URL da Página de Ajuda https://testingbot.com/support
URL da Página de Política de Privacidade https://testingbot.com/privacy
Idiomas Suportados 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"
    ]
}