Smart ATG Dynamo

Some features to improve Oracle ATG Dynamo usability

Smart ATG Dynamo क्या है?

Smart ATG Dynamo Saulo Matté Madalozzo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some features to improve Oracle ATG Dynamo usability"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart ATG Dynamo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}