BrowserStack

Instantly test your webpage on any desktop or mobile browser.

O que é BrowserStack?

BrowserStack é uma extensão do Chrome desenvolvida por https://www.browserstack.com, e sua principal característica é "Instantly test your webpage on any desktop or mobile browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BrowserStack

Baixe arquivos de extensão BrowserStack 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

                        Launch a new test session in any browser using the BrowserStack Quick Launch Extension. Set up to 12 browsers for quick access and minimize the time spent in switching browsers. Review changes immediately and make cross-browser testing an integral part of development.

To use the integration:
1. Install the extension.
2. Open the webpage you want to test and click on the BrowserStack logo on your extension toolbar.
3. Select the browser & device combination you want to test on.

Your webpage will be launched in the combination selected. Test this webpage using BrowserStack’s Dev Tools, check page behavior in real user conditions and file bugs directly.

NOTE: You need to have a BrowserStack account to use this Chrome extension. You can sign up from the extension or use this link: www.browserstack.com/users/sign_up                    

Informações Básicas da Extensão

Nome BrowserStack BrowserStack
ID nkihdmlheodkdfojglpcjjmioefjahjb
URL Oficial https://chromewebstore.google.com/detail/browserstack/nkihdmlheodkdfojglpcjjmioefjahjb
Descrição Instantly test your webpage on any desktop or mobile browser.
Tamanho do Arquivo 758 KB
Contagem de Instalações 159,785
Versão Atual 3.0.6
Última Atualização 2024-01-10
Data de Publicação 2020-04-09
Classificação 2.90/5 Total de 93 Avaliações
Desenvolvedor https://www.browserstack.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.browserstack.com/start
URL da Página de Ajuda http://www.browserstack.com/support/
URL da Página de Política de Privacidade https://www.browserstack.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserStack",
    "description": "Instantly test your webpage on any desktop or mobile browser.",
    "version": "3.0.6",
    "action": {
        "default_icon": "drawable\/png\/icon-48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "drawable\/png\/icon-16.png",
        "48": "drawable\/png\/icon-48.png",
        "128": "drawable\/png\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "host_permissions": [
        "https:\/\/*.browserstack.com\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.browserstack.com\/*"
        ]
    }
}