BrowserStack

Instantly test your webpage on any desktop or mobile browser.

Co je BrowserStack?

BrowserStack je rozšíření Chrome vyvinuté https://www.browserstack.com, a jeho hlavní funkcí je „Instantly test your webpage on any desktop or mobile browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BrowserStack

Stáhněte si soubory rozšíření BrowserStack ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název BrowserStack BrowserStack
ID nkihdmlheodkdfojglpcjjmioefjahjb
Oficiální URL https://chromewebstore.google.com/detail/browserstack/nkihdmlheodkdfojglpcjjmioefjahjb
Popis Instantly test your webpage on any desktop or mobile browser.
Velikost souboru 758 KB
Počet instalací 159,785
Aktuální Verze 3.0.6
Poslední Aktualizace 2024-01-10
Datum Vydání 2020-04-09
Hodnocení 2.90/5 Celkem 93 Hodnocení
Vývojář https://www.browserstack.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.browserstack.com/start
URL Stránky Nápovědy http://www.browserstack.com/support/
URL Stránky Zásad Ochrany Soukromí https://www.browserstack.com/privacy
Podporované Jazyky 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\/*"
        ]
    }
}