LERA

LERA - Automated Accessibility Testing & Reporting Tool

LERAคืออะไร?

LERA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://advancedbytez.com และคุณลักษณะหลักของมันคือ "LERA - Automated Accessibility Testing & Reporting Tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LERA

ดาวน์โหลดไฟล์ส่วนขยาย LERA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        LERA - Free Accessibility Reporting Tool

LERA is an automated web accessibility testing and reporting tool that provides you with a detailed report of your website's accessibility issues. It can evaluate websites based on the WCAG 2.1 accessibility guidelines to identify the violations and suggest potential fixes. 

LERA is FREE for everyone to use (and requires no credit card information). 

LERA is the only fully automated web accessibility extension that provides both Accessibility Audits and Accessibility Reports for free.

Install LERA WCAG checker to experience: 

-Free automated Accessibility audits 
-A reporting dashboard with granular data 
-Accessibility Reporting template 

LERA reshapes Accessibility reporting around the globe, allowing you to enjoy free downloads of the automated Accessibility reports.  Install LERA now and save time without having to write reports for automated issues. 

Top Features of LERA 

Scan - scan websites for automated Accessibility issues 

Save - save the scans of automated issues

Report - create custom reports by choosing which issues to include in the report

Export - download reports as an Excel file

Data comparison - Archive and retrieve data for future comparison and analysis 

Simple installation - You can install and set up LERA website accessibility extension from the Chrome store with one  click

Compelling visualization - Use LERA’s extensive WCAG checker dashboard to identify the severe accessibility issues with 360-degree visibility and take actionable steps                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LERA LERA
ID neninfnjnhknniefcpognoooalfdaofc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lera/neninfnjnhknniefcpognoooalfdaofc
คำอธิบาย LERA - Automated Accessibility Testing & Reporting Tool
ขนาดไฟล์ 1.88 MB
จำนวนการติดตั้ง 3,798
เวอร์ชันปัจจุบัน 0.5.3
อัปเดตครั้งล่าสุด 2023-10-13
วันที่เผยแพร่ 2022-02-02
คะแนน 5.00/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา https://advancedbytez.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://advancedbytez.com/lera/
URL หน้าช่วยเหลือ https://advancedbytez.com/support/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LERA",
    "description": "LERA - Automated Accessibility Testing & Reporting Tool",
    "version": "0.5.3",
    "author": "Harsha HD",
    "background": {
        "service_worker": "minijs\/background.min.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "minijs\/axe.min.js",
                "minijs\/jquery-3.3.1.min.js",
                "minijs\/content.min.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/page-css.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}