Access Assistant

Access Assistant

Access Assistant क्या है?

Access Assistant Level Access द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access Assistant"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Access Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Access Assistant Access Assistant
ID ojiighldhdmahfdnhfdebnpmlbiemdfm
आधिकारिक URL https://chromewebstore.google.com/detail/access-assistant/ojiighldhdmahfdnhfdebnpmlbiemdfm
विवरण Access Assistant
फ़ाइल का आकार 2.15 MB
स्थापना संख्या 13,768
वर्तमान संस्करण 9.5.1.21
अंतिम अपडेट 2024-01-05
प्रकाशन तिथि 2020-07-27
रेटिंग 4.89/5 कुल 56 रेटिंग्स
डेवलपर Level Access
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.levelaccess.com/
सहायता पृष्ठ URL https://support.levelaccess.com/hc/en-us/categories/360001290611-Access-Assistant
गोपनीयता नीति पृष्ठ URL https://www.levelaccess.com/privacy
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}