ARSKit Web Debugger

Web Debugger for BMC Remedy based web Application

What is ARSKit Web Debugger?

ARSKit Web Debugger is a Chrome extension developed by https://arskit.com, and its main feature is "Web Debugger for BMC Remedy based web Application".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ARSKit Web Debugger Extension CRX File

Download ARSKit Web Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Free debugging tool for BMC Remedy AR midtier based web Application. 
The current version fetches the list of fields and their properties from current Remedy Form view and displays in Dev tool section of Chrome.                    

Extension Basic Information

Name ARSKit Web Debugger ARSKit Web Debugger
ID ifnajbppofafcamefenconbffklbbofn
Official URL https://chromewebstore.google.com/detail/arskit-web-debugger/ifnajbppofafcamefenconbffklbbofn
Description Web Debugger for BMC Remedy based web Application
File Size 180 KB
Installation Count 225
Current Version 1.0
Last Updated 2015-04-18
Publish Date 2015-04-18
Rating 5.00/5 Total 3 Ratings
Developer https://arskit.com
Payment Type free
Extension Website http://arskit.com/
Help Page URL http://arskit.com/arskit-web-debugger/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ARSKit Web Debugger",
    "short_name": "ARSKit Web",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Web Debugger for BMC Remedy based web Application",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "author": "Anandsagar Sah",
    "homepage_url": "http:\/\/arskit.com",
    "minimum_chrome_version": "26",
    "devtools_page": "field\/arskitdevtools.html",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.viewport.mini.js",
                "arskitcontent.js"
            ],
            "css": [
                "\/field\/arskit.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}