Fiddler Jam

The Fast and Secure Way to Share Network Debugging Logs

Fiddler Jamคืออะไร?

Fiddler Jam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Progress Telerik และคุณลักษณะหลักของมันคือ "The Fast and Secure Way to Share Network Debugging Logs"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiddler Jam

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

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

                        Never Again Miss a Detail When Troubleshooting 
Fiddler Jam is a secure troubleshooting solution that reduces friction and provides support teams a streamlined approach to capture and resolve end-user bugs, fast. Because we are steadfast on service quality. 

Successfully Delighting End-Users and Support Teams 
Fiddler Jam provides a powerful Chrome browser extension for end-users to record network activity, capture console logs and screenshots along with a cloud-based portal for support teams to inspect and troubleshoot sessions, screenshots, and console logs. 
 
With only a few clicks the Fiddler Jam browser extension can do all of this in minutes. 
Capture video and screenshots of user's session 
- Capture user actions such as click, input, scroll, navigate, open/close tab 
- Capture network traffic 
- Capture developer console logs 
- Capture Session and Local Storage 
- Clear cache and cookies before the recording start 
- Generate a sharable link with the captured data 

The Fiddler Jam portal provides support teams a secure place to perform any of these actions with ease: 
- Inspect captured video and screenshots 
- Inspect user actions such as click, input, scroll, navigate, open/close tab 
- Inspect captured network traffic 
- Inspect developer console logs 
- Inspect captured Local and Session Storage 
- Explore capture info such as OS, browser, screen resolution, localization and more 
- Share captured logs with teammates 
- Import in Fiddler Everywhere or export HAR file 

Keep your schedule on track 
Fiddler Jam eliminates the need for remote meetings with clients. All the information needed to effectively troubleshoot is in generated Fiddler Jam log file.​ 

Get tickets out of the queue 
Those support tickets that are hurting your average issue resolution time, get to their root cause quickly by having Fiddler Jam expertly record what is happening at every moment.​ 

Find those untraceable bugs 
Allow remote users from around the world to record a session and send a log even if you are in geographical location where the same app version is not available. Use the mocking button to see what the problem is within their version and debug with full eyes.​ 

Streamline your tool use 
Fiddler Jam is the solution that allows any support team to handle support tickets without requesting extra information from the client and it removes the reliance on additional tooling.​ 

No server-side dependencies 
With the Fiddler Jam Chrome extension, you can avoid the host of traditional adoption barriers, including IT system lock downs.​ 

Ease of use 
Because Fiddler Jam is not a native solution, end-users can easily share the encountered bug with the support team as a link.​

 Third Party Services
• https://downloads.getfiddler.com/NOTICES/Progress-FiddlerJam-Browser-Plugin.txt
• https://downloads.getfiddler.com/NOTICES/Progress-Telerik-Fiddler-Backend.txt                    

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

ชื่อ Fiddler Jam Fiddler Jam
ID fnkjlegmkbicdodlheligomlfbdblpfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fiddler-jam/fnkjlegmkbicdodlheligomlfbdblpfj
คำอธิบาย The Fast and Secure Way to Share Network Debugging Logs
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 1.9.0
อัปเดตครั้งล่าสุด 2023-04-04
วันที่เผยแพร่ 2021-04-30
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Progress Telerik
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.telerik.com/fiddler-jam
URL หน้าช่วยเหลือ https://docs.telerik.com/fiddler-jam/introduction
URL หน้านโยบายความเป็นส่วนตัว https://www.progress.com/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The Fast and Secure Way to Share Network Debugging Logs ",
    "version": "1.9.0",
    "name": "Fiddler Jam",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3300\/*",
            "https:\/\/jam.getfiddler.com\/*",
            "https:\/\/jam.getfiddler.be\/*",
            "https:\/\/jam.getfiddler.cc\/*"
        ]
    },
    "web_accessible_resources": [
        "js\/content\/events.bundle.js",
        "js\/mocking\/enableMocking.bundle.js",
        "js\/mocking\/inject.bundle.js",
        "js\/content\/pageProxy.bundle.js",
        "js\/content\/shared-worker-trampoline.html",
        "js\/content\/sdk.bundle.js",
        "capture-conflict.html",
        "js\/ga.bundle.js",
        "started-capturing.html",
        "popup.html",
        "auto.html",
        "assets\/fonts\/Metric-Regular.otf",
        "assets\/fonts\/Metric-Medium.otf",
        "assets\/fonts\/Metric-Semibold.otf"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3300\/*",
                "https:\/\/jam.getfiddler.com\/*",
                "https:\/\/jam.getfiddler.be\/*",
                "https:\/\/jam.getfiddler.cc\/*"
            ],
            "js": [
                "js\/content\/pageProxy.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content\/sdk.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Progress Telerik Fiddler Jam",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "assets\/images\/logo.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            }
        }
    },
    "icons": {
        "128": "assets\/images\/logo.png"
    },
    "permissions": [
        "webNavigation",
        "declarativeContent",
        "storage",
        "tabs",
        "browsingData",
        "downloads",
        "debugger",
        "unlimitedStorage",
        "tabCapture",
        "management",
        ""
    ],
    "incognito": "split",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/d2r1yp2w7bby2u.cloudfront.net https:\/\/wzrkt.com https:\/\/www.google-analytics.com; object-src 'self'; style-src * 'unsafe-inline'; img-src https:\/\/www.google-analytics.com 'self' data: chrome:\/\/extension-icon;"
}