SAS Accessibility Advisor

Enables users to find and fix accessibility violations in web content.

Τι είναι το SAS Accessibility Advisor;

Το SAS Accessibility Advisor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sas-chrome-admins, και η κύρια λειτουργία του είναι "Enables users to find and fix accessibility violations in web content.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SAS Accessibility Advisor

Λήψη αρχείων επέκτασης SAS Accessibility Advisor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SAS Accessibility Advisor enables users to scan a web page for accessibility violations with one click. Users can download a report of the violations and share it with others.

License Agreement
Your use of this product indicates your acceptance of the terms of the SAS Institute Inc License Agreement for SAS Accessibility Advisor which is available at https://support.sas.com/accessibility/doc/AccessibilityAdvisorForChromeEULA.pdf.

Release Notes

3.24.3 (9/30/2023)
* Upgraded to axe-core v4.8.1

3.21.5 (4/7/2023)
* Upgraded to axe-core v4.6.3

3.20.3 (4/25/2022)
* Upgraded to axe-core v4.4.1.
* Improved the usability in Incognito mode.
* Branding changes and report design improvements.
* Bug fixes, stability improvements, and better error handling.

3.12.5 (3/30/2022)
* Updated the design and improved the accessibility and usability of the report.
* Added the ability to copy details about a specific violation to the clipboard.
* Bug fixes, stability improvements, and better error handling.

3.4.0 (2/25/2022)
* Initial version that enables users to scan a single page and then view and download the report.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SAS Accessibility Advisor SAS Accessibility Advisor
ID oajhmnajfdmljdknoeohidpjjdokokpl
Επίσημο URL https://chromewebstore.google.com/detail/sas-accessibility-advisor/oajhmnajfdmljdknoeohidpjjdokokpl
Περιγραφή Enables users to find and fix accessibility violations in web content.
Μέγεθος Αρχείου 675 KB
Αριθμός Εγκαταστάσεων 352
Τρέχουσα Έκδοση 3.24.3
Τελευταία Ενημέρωση 2023-09-30
Ημερομηνία Δημοσίευσης 2022-04-28
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής sas-chrome-admins
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "64": "favicon-64x64.png",
        "128": "favicon-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "48": "favicon-48x48.png",
            "64": "favicon-64x64.png",
            "128": "favicon-128x128.png"
        }
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "description": "Enables users to find and fix accessibility violations in web content.",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' data:; object-src 'none';frame-ancestors 'none'; style-src 'self' data: 'sha256-b\/EtBF76rASKmG281r3KDq5ByKPdzjptBY01rLYA8t4=';"
    },
    "manifest_version": 3,
    "incognito": "split",
    "name": "SAS Accessibility Advisor",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "third-party-software.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "3.24.3"
}