Smart ATG Dynamo
Some features to improve Oracle ATG Dynamo usability
Cos'è Smart ATG Dynamo?
Smart ATG Dynamo è un'estensione di Chrome sviluppata da Saulo Matté Madalozzo, e la sua funzione principale è "Some features to improve Oracle ATG Dynamo usability".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart ATG Dynamo
Scarica i file di estensione Smart ATG Dynamo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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
Informazioni di Base sull'Estensione
Nome | Smart ATG Dynamo |
ID | apdodcbnnfkiohphgedncobeejeccjbk |
URL Ufficiale | https://chromewebstore.google.com/detail/smart-atg-dynamo/apdodcbnnfkiohphgedncobeejeccjbk |
Descrizione | Some features to improve Oracle ATG Dynamo usability |
Dimensione del File | 91.09 KB |
Conteggio Installazioni | 766 |
Versione Corrente | 0.70 |
Ultimo Aggiornamento | 2015-06-26 |
Data di Pubblicazione | 2015-06-26 |
Valutazione | 5.00/5 Totale 14 Valutazioni |
Sviluppatore | Saulo Matté Madalozzo |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/madalozzo/smart-atg-dynamo |
URL della Pagina di Aiuto | https://github.com/madalozzo/smart-atg-dynamo/issues |
Lingue Supportate | 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 } ] } |