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文件

下載Smart ATG Dynamo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - 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
官方網址 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
        }
    ]
}