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 } ] } |