Accessbot - Web Accessibility Evaluation Tool

RioGlobal has developed an easy and convenient method to ensure the your website and its content remains Section 508 compliant,…

Accessbot - Web Accessibility Evaluation Tool란 무엇입니까?

Accessbot - Web Accessibility Evaluation Tool은(는) Rio Global에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RioGlobal has developed an easy and convenient method to ensure the your website and its content remains Section 508 compliant,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Accessbot - Web Accessibility Evaluation Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        RioGlobal has developed an easy and convenient method to ensure the your website and its content remains Section 508 compliant, regardless of how many changes you make. With regular scans, all of your web content will remain compliant. Uploaded documents can be scanned before they are even added to your page so that you know that you are reaching 100% of your potential client base, rather than ignoring 1 in 4 of your clients.

More importantly, you will know that you are guiding your company in the right direction by being as inclusive as possible with all of your communication. Best of all, RioGlobal's new Chrome plugin for Accessbot.io is free.

Once you add Accessbot.io to your website, you simply click on its icon in the upper right corner of your webpage. Accessbot.io runs a diagnostic test on that page to check for Section 508 violations. Not only that, Accessbot.io also rates the severity of those violations so that your company knows the extent to which your electronic communications are out of compliance.

Additionally, Accessbot.io can report exactly which sections of your electronic communications are out of compliance and then recommend coding solutions to bring your website into compliance. Furthermore, Accessbot.io generates easy-to-read reports that indicate your compliance score and which violations are more critical than others, allowing you to quickly determine how to best resolve issues.

For additional information regarding Accessbot.io, please visit our website or contact us today. We will be happy to provide demonstrations and quotes depending on your company's needs.                    

확장 프로그램 기본 정보

이름 Accessbot - Web Accessibility Evaluation Tool Accessbot - Web Accessibility Evaluation Tool
ID fhpfpnaebpfboamjoafjaadlpahoafga
공식 URL https://chromewebstore.google.com/detail/accessbot-web-accessibili/fhpfpnaebpfboamjoafjaadlpahoafga
설명 RioGlobal has developed an easy and convenient method to ensure the your website and its content remains Section 508 compliant,…
파일 크기 704 KB
설치 횟수 107
현재 버전 2.1.4
최근 업데이트 2022-02-05
출시 날짜 2020-06-15
개발자 Rio Global
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://accessbot.io
도움말 페이지 URL https://rioglobal.io
개인정보 보호 정책 페이지 URL https://rioglobal.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Accessbot - Web Accessibility Evaluation Tool",
    "manifest_version": 3,
    "version": "2.1.4",
    "icons": {
        "16": "public\/images\/icons\/icon16.png",
        "48": "public\/images\/icons\/icon48.png",
        "128": "public\/images\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "devtools_page": "devtools.html"
}