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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- 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 |
عنوان صفحة المساعدة | 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 } ] } |