BrowserStack Accessibility Toolkit

Web Accessibility Testing Tool for WCAG & ADA compliance - Empowering Developers and Testers to find and fix accessibility issues.

Hvad er BrowserStack Accessibility Toolkit?

BrowserStack Accessibility Toolkit er en Chrome-udvidelse udviklet af https://browserstack.com, og dens hovedfunktion er "Web Accessibility Testing Tool for WCAG & ADA compliance - Empowering Developers and Testers to find and fix accessibility issues.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download BrowserStack Accessibility Toolkit-udvidelses-CRX-fil

Download BrowserStack Accessibility Toolkit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ➤ BrowserStack Accessibility Toolkit is your go-to solution for proactive, efficient, and standards-compliant web accessibility testing. Ensure your website is inclusive, accessible, and ready for all users. Install now and unlock seamless Web Accessibility Testing for free!

➤ Why choose Accessibility Toolkit for Web Accessibility?
1. Inclusive User Experiences: Create exceptional user experiences that cater to everyone, embracing the diverse needs of the 1 billion people worldwide living with disabilities.
2. Risk Mitigation: Mitigate the potential for accessibility lawsuits, minimizing both financial risks and legal costs.
3. Compliance: Built on WCAG principles, our test engine covers ADA, AODA, Section 508, and EN 301 549 compliance.
4. Shift-left approach - Perform Accessibility testing in development stages rather than waiting until the end of the development cycle or after the product has been released.
5. Developer & tester friendly - Tailored for both developers and testers, our user-friendly extension simplifies accessibility testing, reducing the learning curve and streamlining your workflow.

➤ Key features: 
1. Workflow scanner: Experience a scanner that doesn't limit itself to one page. Our active scanner continuously identifies and reports issues as you interact with and navigate across webpages, saving you valuable time and effort by being 5X faster than traditional methods.
2. Assisted test: Effortlessly identify advanced accessibility issues, including complex interactions like keyboard navigation. No specialized accessibility expertise is required; our tests make it easy for anyone to catch and resolve complex issues.
3. Screen reader launcher: Test your website's usability directly with real screen readers on Mac, Windows, Android, and iOS. Say farewell to slow VMs and high-maintenance device labs.

➤ User benefits:
1. Zero duplicates - The tool intelligently clears clutter, showing only unique issues after the scan, avoiding hours of cleanup.
2. Prioritization Made Simple: Organizes affected components by severity, making it easy to prioritize critical issues.
3. Source Identification: Pinpoint the source of accessibility issues using a single log of interactions and detected issues across webpages.
4. Insightful reporting: Auto-generated reports to enhance accessibility debugging. Access all reports in one place, consolidate them within seconds, or share effortlessly within or outside your team.

➤ To start using the extension, launch the desired webpage in your browser. Open DevTools—simply right-click on the page and choose "Inspect." Within DevTools, navigate to the Accessibility Toolkit tab to kickstart your testing process.

➤ Learn more at
○ BrowserStack Accessibility Testing - www.browserstack.com/accessibility-testing 
○ Documentation - www.browserstack.com/docs/accessibility                    

Grundlæggende oplysninger om udvidelsen

Navn BrowserStack Accessibility Toolkit BrowserStack Accessibility Toolkit
ID fmkhjeeeojocenbconhndpiohohajokn
Officiel URL https://chromewebstore.google.com/detail/browserstack-accessibilit/fmkhjeeeojocenbconhndpiohohajokn
Beskrivelse Web Accessibility Testing Tool for WCAG & ADA compliance - Empowering Developers and Testers to find and fix accessibility issues.
Filstørrelse 2.52 MB
Antal Installationer 11,732
Nuværende Version 1.1.0.6
Senest Opdateret 2024-03-01
Udgivelsesdato 2024-02-03
Bedømmelse 4.88/5 Samlet 57 Bedømmelser
Udvikler https://browserstack.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.browserstack.com/accessibility-testing
Hjælpeside-URL https://www.browserstack.com/support/accessibility
URL til Fortrolighedspolitik Side https://www.browserstack.com/privacy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserStack Accessibility Toolkit",
    "version": "1.1.0.6",
    "version_name": "1.1.0.6",
    "permissions": [
        "scripting",
        "cookies",
        "activeTab",
        "tabs",
        "storage",
        "debugger",
        "unlimitedStorage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "browserstack16.png",
        "48": "browserstack48.png",
        "128": "browserstack128.png"
    },
    "action": {
        "default_title": "BrowserStack Accessibility Toolkit",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.axe.min.js.f5f67518.7d8eca4b.js",
                "assets\/content-script-loader.content.js.4b3e743a.15e0ea1f.js",
                "assets\/content-script-loader.SelectorHelper.js.839362d1.7adaf05c.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "node_modules\/axe-core\/axe.min.js",
                "src\/runtime\/injectGlobal.js",
                "src\/runtime\/SelectorHelper\/SelectorHelper.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/_commonjsHelpers.712cc82f.js",
                "assets\/axe.min.js.f5f67518.js",
                "assets\/issueTemplate.d5db62cd.js",
                "assets\/v4.08a953c1.js",
                "assets\/messages.31e9ecf6.js",
                "assets\/helper.8643157e.js",
                "assets\/ATRules.67f6a2fa.js",
                "assets\/settings.a4a1891b.js",
                "assets\/content.js.4b3e743a.js",
                "assets\/SelectorHelper.js.839362d1.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/atContent.21e7c478.js",
                "assets\/issueTemplate.d5db62cd.js",
                "assets\/v4.08a953c1.js",
                "assets\/messages.31e9ecf6.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "description": "Web Accessibility Testing Tool for WCAG & ADA compliance - Empowering Developers and Testers to find and fix accessibility issues."
}