ARSKit Web Debugger
Web Debugger for BMC Remedy based web Application
ARSKit Web Debugger란 무엇입니까?
ARSKit Web Debugger은(는) https://arskit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Debugger for BMC Remedy based web Application"입니다.
확장 프로그램 스크린샷
ARSKit Web Debugger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*" ] } |