PACT Engine

PeopleTech Accessibility Compliance Tool

PACT Engine क्या है?

PACT Engine People Tech Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PeopleTech Accessibility Compliance Tool"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PACT Engine fetches the violations of WCAG 2.0 and Section 508. Pact Engine will also axelerate the best practices of the web development which will help developer to maintain code standards.

PACT will differentiate accessibility issues Level wise and WCAG guidelines wise, which will help both development team and client as well.

PACT is lightweight chrome extension built up on core javascript, hence pact will show accessibility issues in a blink.

PACT differentiates itself from other approaches and rules repositories in the following ways:

1. PACT is developed as browser plugin – Any web page or application can be tested.

2. PACT will differentiate -  Level A, AA, AAA , Section 508 & WCAG success criteria.

3. PACT will export all violations to either EXCEL or JIRA – easy to track all the issues.

4. Dynamically violations will get updated based on dynamic content.

PACT API Version: 1.76

This extension is governed by the license agreement at https://www.peopletech.com                    

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

नाम PACT Engine PACT Engine
ID ghnebihkloddbfjhhainedngckegndeg
आधिकारिक URL https://chrome.google.com/webstore/detail/pact-engine/ghnebihkloddbfjhhainedngckegndeg
विवरण PeopleTech Accessibility Compliance Tool
फ़ाइल का आकार 857 KB
स्थापना संख्या 354
वर्तमान संस्करण 1.78
अंतिम अपडेट 2020-02-11
प्रकाशन तिथि 2020-02-09
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर People Tech Group
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://peopletech.com/a11y/licenses/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PACT Engine",
    "version": "1.78",
    "description": "PeopleTech Accessibility Compliance Tool",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/tab-order.js",
            "scripts\/high-lighter.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/color_16x16.png"
    },
    "icons": {
        "16": "images\/color_16x16.png",
        "48": "images\/app_icon_48.png",
        "128": "images\/App_Icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "scripts\/jquery-1.12.1.min.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/messageback-script.js"
            ],
            "css": [
                "css\/Injected-styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost\/*",
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "manifest_version": 2
}