Smart ATG Dynamo
Some features to improve Oracle ATG Dynamo usability
Qu'est-ce que Smart ATG Dynamo ?
Smart ATG Dynamo est une extension Chrome développée par Saulo Matté Madalozzo, et sa fonction principale est "Some features to improve Oracle ATG Dynamo usability".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart ATG Dynamo
Téléchargez les fichiers d'extension Smart ATG Dynamo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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
Informations de Base sur l'Extension
Nom | Smart ATG Dynamo |
ID | apdodcbnnfkiohphgedncobeejeccjbk |
URL Officiel | https://chromewebstore.google.com/detail/smart-atg-dynamo/apdodcbnnfkiohphgedncobeejeccjbk |
Description | Some features to improve Oracle ATG Dynamo usability |
Taille du Fichier | 91.09 KB |
Nombre d'Installations | 766 |
Version Actuelle | 0.70 |
Dernière Mise à Jour | 2015-06-26 |
Date de Publication | 2015-06-26 |
Évaluation | 5.00/5 Total 14 Évaluations |
Développeur | Saulo Matté Madalozzo |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/madalozzo/smart-atg-dynamo |
URL de la Page d'Aide | https://github.com/madalozzo/smart-atg-dynamo/issues |
Langues Prises en Charge | 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 } ] } |