Access Assistant

Access Assistant

Was ist Access Assistant?

Access Assistant ist eine Chrome-Erweiterung, die von Level Access entwickelt wurde, und ihr Hauptmerkmal ist "Access Assistant".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Access Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Access Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Test your web pages for accessibility with Access Assistant. With over 250 fully automated accessibility tests, and many more partially-automated and manual tests, you can identify the most common, highest risk accessibility violations on your website or application. View details for any accessibility violation, along with remediation guidance. 

Simply run a Quick Test on any web page to view details for all accessibility violations on the page, along with remediation guidance. Testing results can also be saved to Level Access' Accessibility Management Platform (AMP), where you can report on your site’s accessibility compliance over time.

This extension accesses URLs for all open tabs to enable testing of pages on any open tab.                    

Grundlegende Informationen zur Erweiterung

Name Access Assistant Access Assistant
ID ojiighldhdmahfdnhfdebnpmlbiemdfm
Offizielle URL https://chromewebstore.google.com/detail/access-assistant/ojiighldhdmahfdnhfdebnpmlbiemdfm
Beschreibung Access Assistant
Dateigröße 2.15 MB
Installationsanzahl 13,768
Aktuelle Version 9.5.1.21
Letztes Update 2024-01-05
Veröffentlichungsdatum 2020-07-27
Bewertung 4.89/5 Insgesamt 56 Bewertungen
Entwickler Level Access
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.levelaccess.com/
Hilfeseite URL https://support.levelaccess.com/hc/en-us/categories/360001290611-Access-Assistant
URL der Datenschutzrichtlinien-Seite https://www.levelaccess.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Access Assistant",
    "author": "Level Access",
    "version": "9.5.1.21",
    "description": "Access Assistant",
    "action": {
        "default_title": "Access Assistant",
        "default_icon": {
            "16": "img\/access-assistant-16.png",
            "32": "img\/access-assistant-32.png",
            "48": "img\/access-assistant-48.png",
            "128": "img\/access-assistant-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app.js",
                "AccessEngine.professional.js",
                "LevelAccess-AST.js",
                "LevelAccess-Macro.js",
                "LevelAccess-AST.css",
                "ast.css",
                "astWindow.js",
                "img\/*",
                "fonts\/**\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/access-assistant-16.png",
        "32": "img\/access-assistant-32.png",
        "48": "img\/access-assistant-48.png",
        "128": "img\/access-assistant-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Space",
                "mac": "MacCtrl+Shift+Space",
                "default": "Ctrl+Shift+Space"
            }
        },
        "freeze-thaw": {
            "description": "Freeze\/Thaw Page-under-test",
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F",
                "default": "Ctrl+Shift+F"
            }
        }
    },
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}