Smart ATG Dynamo
Some features to improve Oracle ATG Dynamo usability
Smart ATG Dynamoとは何ですか?
Smart ATG DynamoはSaulo Matté Madalozzoによって開発されたChromeの拡張機能で、その主な機能は「Some features to improve Oracle ATG Dynamo usability」です。
拡張機能のスクリーンショット
Smart ATG Dynamo拡張機能のCRXファイルをダウンロード
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 } ] } |