Smart ATG Dynamo

Some features to improve Oracle ATG Dynamo usability

Smart ATG Dynamo란 무엇입니까?

Smart ATG Dynamo은(는) Saulo Matté Madalozzo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Some features to improve Oracle ATG Dynamo usability"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Smart ATG Dynamo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - Print-item XML syntax highlight
- Automatic scroll to XML after request
- Sort item descriptors
- Buttons to pre-create XML print-item, query-items and remove-item in item-descriptor list
- Create a print item when XML item-descriptor name is clicked
- Sort Time Performance Data items at Performance Monitor page (author eduardofbs)

More things to come.

You can view the code and contribute: 
https://github.com/madalozzo/smart-atg-dynamo                    

확장 프로그램 기본 정보

이름 Smart ATG Dynamo Smart ATG Dynamo
ID apdodcbnnfkiohphgedncobeejeccjbk
공식 URL https://chromewebstore.google.com/detail/smart-atg-dynamo/apdodcbnnfkiohphgedncobeejeccjbk
설명 Some features to improve Oracle ATG Dynamo usability
파일 크기 91.09 KB
설치 횟수 766
현재 버전 0.70
최근 업데이트 2015-06-26
출시 날짜 2015-06-26
평점 5.00/5 총 14 개의 평점
개발자 Saulo Matté Madalozzo
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/madalozzo/smart-atg-dynamo
도움말 페이지 URL https://github.com/madalozzo/smart-atg-dynamo/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart ATG Dynamo",
    "short_name": "Smart ATG",
    "version": "0.70",
    "manifest_version": 2,
    "description": "Some features to improve Oracle ATG Dynamo usability",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "omnibox": {
        "keyword": "Smart ATG Dynamo"
    },
    "web_accessible_resources": [
        "scripts\/jquery-1.11.3.min.js",
        "images\/print.png",
        "images\/remove.png",
        "images\/search.png",
        "scripts\/script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/dyn\/admin\/*",
                "https:\/\/*\/dyn\/admin\/*"
            ],
            "css": [
                "styles\/hl.css",
                "styles\/main.css"
            ],
            "js": [
                "scripts\/jquery-1.11.3.min.js",
                "scripts\/highlight.pack.js",
                "scripts\/animatescroll.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}