Smart ATG Dynamo
Some features to improve Oracle ATG Dynamo usability
Что такое Smart ATG Dynamo?
Smart ATG Dynamo - это расширение Chrome, разработанное Saulo Matté Madalozzo, и его основная функция - "Some features to improve Oracle ATG Dynamo usability".
Снимки экрана расширения
Скачать файл CRX расширения Smart ATG Dynamo
Скачайте файлы расширений Smart ATG Dynamo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- 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 |
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 } ] } |