Smart ATG Dynamo
Some features to improve Oracle ATG Dynamo usability
Wat is Smart ATG Dynamo?
Smart ATG Dynamo is een Chrome-extensie ontwikkeld door Saulo Matté Madalozzo, en de belangrijkste functie is "Some features to improve Oracle ATG Dynamo usability".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart ATG Dynamo
Download Smart ATG Dynamo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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
Basisinformatie over de Extensie
Naam | Smart ATG Dynamo |
ID | apdodcbnnfkiohphgedncobeejeccjbk |
Officiële URL | https://chromewebstore.google.com/detail/smart-atg-dynamo/apdodcbnnfkiohphgedncobeejeccjbk |
Beschrijving | Some features to improve Oracle ATG Dynamo usability |
Bestandsgrootte | 91.09 KB |
Aantal Installaties | 766 |
Huidige Versie | 0.70 |
Laatst Bijgewerkt | 2015-06-26 |
Publicatiedatum | 2015-06-26 |
Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Saulo Matté Madalozzo |
Betalingswijze | free |
Extensiewebsite | https://github.com/madalozzo/smart-atg-dynamo |
Help Pagina-URL | https://github.com/madalozzo/smart-atg-dynamo/issues |
Ondersteunde Talen | 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 } ] } |