BrowserStack Accessibility Toolkit

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

BrowserStack Accessibility Toolkit란 무엇입니까?

BrowserStack Accessibility Toolkit은(는) https://browserstack.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Accessibility Testing Tool for WCAG & ADA compliance - Empowering Developers and Testers to find and fix accessibility issues."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BrowserStack Accessibility Toolkit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ➤ 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                    

확장 프로그램 기본 정보

이름 BrowserStack Accessibility Toolkit BrowserStack Accessibility Toolkit
ID fmkhjeeeojocenbconhndpiohohajokn
공식 URL https://chromewebstore.google.com/detail/browserstack-accessibilit/fmkhjeeeojocenbconhndpiohohajokn
설명 Web Accessibility Testing Tool for WCAG & ADA compliance - Empowering Developers and Testers to find and fix accessibility issues.
파일 크기 2.52 MB
설치 횟수 11,732
현재 버전 1.1.0.6
최근 업데이트 2024-03-01
출시 날짜 2024-02-03
평점 4.88/5 총 57 개의 평점
개발자 https://browserstack.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.browserstack.com/accessibility-testing
도움말 페이지 URL https://www.browserstack.com/support/accessibility
개인정보 보호 정책 페이지 URL https://www.browserstack.com/privacy
지원되는 언어 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."
}