Demandware Log Tracer

Trace Demandware Logs

Demandware Log Tracerคืออะไร?

Demandware Log Tracer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stoyan Yordanov และคุณลักษณะหลักของมันคือ "Trace Demandware Logs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Demandware Log Tracer

ดาวน์โหลดไฟล์ส่วนขยาย Demandware Log Tracer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension empowers you to create multiple profiles for tracing DW (SFCC) logs right in your browser's console and/or in a dedicated DevTools panel.

 - Password Encryption
 - Domain Aliases
 - Log Chunks and Log Files Filtration
 - Prettified XML and JSON Service Request / Response Chunks
 - Profile Copying and Retracing  

=============

CHANGES LOG:

5.0.5
 - Minor issue fixed in DevTools panel

5.0.4
 - Make panel list resizable again

5.0.3
 - Fix profile copy functionality 

5.0.2
 - Add platform detection on DevTools panel for better font handling

5.0.1
 - Put back the missing retrace functionality

5.0.0
 - Options and DevTools pages rewritten in React

4.2.3
 - Add JSON parsing to service logs
 - Fix panels resize behavior

4.2.2
 - Open logs directory from DevTools panel 

4.2.1
 - Open log URLs from DevTools panel 

4.2.0
  - Add resizer to DevTools panel
  - Introduce Webpack 4
  - Small UI improvements

 4.1.4
  - Move api-deprecation log out of deprecation folder due to DW upgrade

 4.1.3
  - Improved badwords filtration

 4.1.2
  - Added trace for deprecation logs
  - Added backwards compatibility for excluded files filter

 4.1.0
  - Added new filter based on log file name

 4.0.2
  - Added Clear option to the DevTools panel

 4.0.1
  - Fixed js error when tracing with no profiles yet created

 4.0.0
  - Removed project component
  - Auto trace of all custom and service logs

 3.4.7
  - Profile auto-select based on the current domain
  - Group profiles by project on options page
  - Extension icon is inactive on non-suitable domains
  - Small UI tweaks on DevTools panel

 3.4.5
  - New DevTools panel
  - Multiple domains
  - Updated filter options
  - Simplified logs tracing choice

 3.1.7
  - Removed blade component
  - Improved tracing code quality
  - Fixed minor profile display issue

 3.1.6 
  - Fixed a bug with log naming
  - Made main group open by default

 3.1.5
  - Added default project logs
  - Added missing HoF log files

 3.1.4
  - Fixed small authentication bug

 3.1.3
  - Removed page icon click logic and handler
  - Correct message is now displayed when traced non-existing logs only

 3.1.2
  - Unified visualizer

 3.1.0
  - Tracing engine rewritten

 3.0.7
  - Fixed a minor issue when copying profiles

 3.0.6
  - Added copy profile functionality 

 3.0.5
  - Stable release of version 3                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Demandware Log Tracer Demandware Log Tracer
ID pofmccdeklficjbohkhmnjkmpppemhio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/demandware-log-tracer/pofmccdeklficjbohkhmnjkmpppemhio
คำอธิบาย Trace Demandware Logs
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 5.0.5
อัปเดตครั้งล่าสุด 2019-06-17
วันที่เผยแพร่ 2019-06-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Stoyan Yordanov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Demandware Log Tracer",
    "description": "Trace Demandware Logs",
    "version": "5.0.5",
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "\/bundles\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "\/img\/icons\/icon19.png",
            "38": "\/img\/icons\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/bundles\/vendor-cs.js",
                "\/bundles\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "\/img\/icons\/icon48.png",
        "128": "\/img\/icons\/icon128.png"
    },
    "options_page": "\/pages\/options\/build\/index.html",
    "devtools_page": "\/pages\/devtools\/build\/panel.html",
    "content_security_policy": "script-src 'self' 'sha256-WTBvxfH4KNe4lwprPdiT4hG1dZF0LHlFQCAJ+2y6iAg=' 'sha256-uLNNDmEm4LVqn0731EGJsgKLvRVbA7z4lhRMT1hIKm8='"
}