EqualWeb Accessibility Crawler

Use the EqualWeb Web Accessibility Crawler for unlimited domain scans, a compliance score, and accessibility errors.

EqualWeb Accessibility Crawler là gì?

EqualWeb Accessibility Crawler là một tiện ích mở rộng Chrome được phát triển bởi EqualWeb, và tính năng chính của nó là "Use the EqualWeb Web Accessibility Crawler for unlimited domain scans, a compliance score, and accessibility errors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EqualWeb Accessibility Crawler

Tải xuống các tệp mở rộng EqualWeb Accessibility Crawler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The EqualWeb Crawler is a real-time accessibility monitoring tool for WCAG 2.1 validation that scans entire websites. It is the only accessibility evaluation tool in the market that can scan behind login and password web pages.

The Crawler’s features make it a unique accessibility tool; you do not need to wait days for a full accessibility report but can get all results, including a compliance score, within minutes. The Crawler also provides, for subscription users, a comprehensive visual report about the website’s accessibility issues including instructions and guidance on how to fix them.

Use the Crawler to maintain a 100% compliance stance all year round.

To start using the Web Accessibility Crawler, download it from the Google Store and install it on your Chrome browser. Next, enter the URL of the domain you wish to scan. Then, simply activate the Crawler’s icon on your Chrome browser. After selecting your scanning preferences, hit the “Start scanning” button when you are ready. The real-time automatic scan will flag static and dynamic accessibility issues on your HTML pages filtered by the WCAG 2.1 A/AA/AAA conformance level. At the end of the process, you will be able to access the accessibility report, which includes guidelines on how to fix issues, the precise pages where the issues and errors exist, accessibility issues with and without accessibility enhancement tools, and the overall compliance score. The reports are saved under your “My scans” tab.

EqualWeb is the only company recognized by the World Wide Web Consortium (W3C) to be fully compliant with their Web Content Accessibility Guidelines (WCAG 2.1), Americans with Disabilities Act (ADA), Accessibility for Ontarians with Disabilities Act (AODA), European Union EN 301 549 standards, and Section 508 guidelines.

The Web Accessibility Crawler is brought to you by EqualWeb LTD, a leading digital accessibility solution provider, serving thousands of companies from Fortune 500 firms to non-profit organizations, and SMBs.

The full EqualWeb accessibility solution includes:

- Auditing
- Auto AI widget that works seamlessly with any website platform
- Human expert fixes, monitoring, and website maintenance
- Compliance with WCAG 2.1 AA and ADA standards
- Periodic monitoring
- First-rate scalable remediation system
- Accessibility consulting
- Accessibility training
- Extensive accessibility reports
- Support for 41 languages
- Accessibility statement and certificate of performance
- Feedback option
- 24/7 email support

We hold that equal access is a right of every individual and the responsibility of all of us! Join us on the journey to a more accessible World Wide Web.
 For more information, contact us.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EqualWeb Accessibility Crawler EqualWeb Accessibility Crawler
ID aopodabomkfakmjghlkojpknemlileil
URL Chính Thức https://chromewebstore.google.com/detail/equalweb-accessibility-cr/aopodabomkfakmjghlkojpknemlileil
Mô tả Use the EqualWeb Web Accessibility Crawler for unlimited domain scans, a compliance score, and accessibility errors.
Kích Thước Tệp 1.19 MB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-12-26
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển EqualWeb
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.equalweb.com
URL Trang Trợ Giúp https://www.equalweb.com/html5/?_id=9681&did=1116&G=9681
URL Trang Chính Sách Bảo Mật https://www.equalweb.com/html5/sbs.py?_id=11178&did=1116&G=11178&trace=ew_checker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EqualWeb Accessibility Crawler",
    "description": "Use the EqualWeb Web Accessibility Crawler for unlimited domain scans, a compliance score, and accessibility errors.",
    "version": "1.9",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "unlimitedStorage"
    ],
    "options_page": "pages\/options.html",
    "host_permissions": [
        "http:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/content\/*.js",
                "scripts\/content\/a11yActivators\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.equalweb.com\/*"
        ]
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "\/images\/icon\/fav16.png",
            "32": "\/images\/icon\/fav32.png",
            "64": "\/images\/icon\/fav64.png",
            "128": "\/images\/icon\/fav128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon\/fav16.png",
        "32": "\/images\/icon\/fav32.png",
        "64": "\/images\/icon\/fav64.png",
        "128": "\/images\/icon\/fav128.png"
    }
}