ARSKit Web Debugger

Web Debugger for BMC Remedy based web Application

Cos'è ARSKit Web Debugger?

ARSKit Web Debugger è un'estensione di Chrome sviluppata da https://arskit.com, e la sua funzione principale è "Web Debugger for BMC Remedy based web Application".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ARSKit Web Debugger

Scarica i file di estensione ARSKit Web Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ARSKit Web Debugger ARSKit Web Debugger
ID ifnajbppofafcamefenconbffklbbofn
URL Ufficiale https://chromewebstore.google.com/detail/arskit-web-debugger/ifnajbppofafcamefenconbffklbbofn
Descrizione Web Debugger for BMC Remedy based web Application
Dimensione del File 180 KB
Conteggio Installazioni 225
Versione Corrente 1.0
Ultimo Aggiornamento 2015-04-18
Data di Pubblicazione 2015-04-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://arskit.com
Tipo di Pagamento free
Sito Web dell'Estensione http://arskit.com/
URL della Pagina di Aiuto http://arskit.com/arskit-web-debugger/
Lingue Supportate 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:\/\/*\/*"
    ]
}