Smart ATG Dynamo

Some features to improve Oracle ATG Dynamo usability

Smart ATG Dynamo là gì?

Smart ATG Dynamo là một tiện ích mở rộng Chrome được phát triển bởi Saulo Matté Madalozzo, và tính năng chính của nó là "Some features to improve Oracle ATG Dynamo usability".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart ATG Dynamo

Tải xuống các tệp mở rộng Smart ATG Dynamo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart ATG Dynamo Smart ATG Dynamo
ID apdodcbnnfkiohphgedncobeejeccjbk
URL Chính Thức https://chromewebstore.google.com/detail/smart-atg-dynamo/apdodcbnnfkiohphgedncobeejeccjbk
Mô tả Some features to improve Oracle ATG Dynamo usability
Kích Thước Tệp 91.09 KB
Số Lần Cài Đặt 766
Phiên Bản Hiện Tại 0.70
Cập Nhật Lần Cuối 2015-06-26
Ngày Phát Hành 2015-06-26
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Saulo Matté Madalozzo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/madalozzo/smart-atg-dynamo
URL Trang Trợ Giúp https://github.com/madalozzo/smart-atg-dynamo/issues
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}