Smart ATG Dynamo
Some features to improve Oracle ATG Dynamo usability
Was ist Smart ATG Dynamo?
Smart ATG Dynamo ist eine Chrome-Erweiterung, die von Saulo Matté Madalozzo entwickelt wurde, und ihr Hauptmerkmal ist "Some features to improve Oracle ATG Dynamo usability".
Erweiterungsscreenshots
Smart ATG Dynamo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart ATG Dynamo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | apdodcbnnfkiohphgedncobeejeccjbk |
| Offizielle URL | https://chromewebstore.google.com/detail/smart-atg-dynamo/apdodcbnnfkiohphgedncobeejeccjbk |
| Beschreibung | Some features to improve Oracle ATG Dynamo usability |
| Dateigröße | 91.09 KB |
| Installationsanzahl | 766 |
| Aktuelle Version | 0.70 |
| Letztes Update | 2015-06-26 |
| Veröffentlichungsdatum | 2015-06-26 |
| Bewertung | 5.00/5 Insgesamt 14 Bewertungen |
| Entwickler | Saulo Matté Madalozzo |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/madalozzo/smart-atg-dynamo |
| Hilfeseite URL | https://github.com/madalozzo/smart-atg-dynamo/issues |
| Unterstützte Sprachen | 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
}
]
} | |