ARSKit Web Debugger
Web Debugger for BMC Remedy based web Application
ARSKit Web Debugger क्या है?
ARSKit Web Debugger https://arskit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Debugger for BMC Remedy based web Application"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ARSKit Web Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | ARSKit Web Debugger |
ID | ifnajbppofafcamefenconbffklbbofn |
आधिकारिक URL | https://chromewebstore.google.com/detail/arskit-web-debugger/ifnajbppofafcamefenconbffklbbofn |
विवरण | Web Debugger for BMC Remedy based web Application |
फ़ाइल का आकार | 180 KB |
स्थापना संख्या | 225 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-04-18 |
प्रकाशन तिथि | 2015-04-18 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://arskit.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://arskit.com/ |
सहायता पृष्ठ URL | http://arskit.com/arskit-web-debugger/ |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |