Siteimprove Accessibility Checker

Jumpstart your web accessibility efforts directly in Chrome.

Siteimprove Accessibility Checker란 무엇입니까?

Siteimprove Accessibility Checker은(는) https://siteimprove.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jumpstart your web accessibility efforts directly in Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Siteimprove Accessibility Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Is your web page accessible for everyone? Assess the accessibility of your web pages conveniently in Google Chrome with the Siteimprove Accessibility Checker.

The Siteimprove Accessibility Checker allows you to easily check the accessibility of any web page directly in Google Chrome, so you can immediately identify issues based on the latest ACT (Accessibility Conformance Testing) rules – with instant feedback and recommendations.

Kickstart your accessibility efforts today to ensure your website is accessible for everyone.

- Instant analysis: Get an immediate overview of your web pages' accessibility.

- Breakdown and clear explanations: Understand how each of the detected issues affects your visitors.

- Hands-on guidance: Get detailed recommendations on how to fix the issues (including links to the relevant WCAG techniques).

The Siteimprove Accessibility Checker provides automated accessibility testing within Google's Chrome browser and allows for secure evaluation of any password-protected or non-public pages, multi-step forms, and dynamic content.

------------------------------------------------------

By installing the Siteimprove Accessibility Checker extension for Google Chrome, you are agreeing to our Terms of Service [https://siteimprove.com/en/legal/chrome-extension-tos/] and Privacy Policy [https://siteimprove.com/en/legal/].                    

확장 프로그램 기본 정보

이름 Siteimprove Accessibility Checker Siteimprove Accessibility Checker
ID djcglbmbegflehmbfleechkjhmedcopn
공식 URL https://chromewebstore.google.com/detail/siteimprove-accessibility/djcglbmbegflehmbfleechkjhmedcopn
설명 Jumpstart your web accessibility efforts directly in Chrome.
파일 크기 1.38 MB
설치 횟수 45,490
현재 버전 2.0
최근 업데이트 2023-12-05
출시 날짜 2021-04-23
평점 3.20/5 총 20 개의 평점
개발자 https://siteimprove.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://siteimprove.com/en/core-platform/integrations/browser-extensions/
도움말 페이지 URL https://siteimprove.com/en/company/contact/
개인정보 보호 정책 페이지 URL https://siteimprove.com/en/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2023.10.12.829",
    "version_name": "2.0",
    "name": "Siteimprove Accessibility Checker",
    "description": "Jumpstart your web accessibility efforts directly in Chrome.",
    "author": "Siteimprove",
    "homepage_url": "https:\/\/siteimprove.com",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/hello.siteimprove.com\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "24": "icon\/icon24.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        }
    },
    "background": {
        "service_worker": "api.js",
        "type": "module"
    },
    "devtools_page": "devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}