Bug Recorder

Website Issue Reporting Tool

Bug Recorder क्या है?

Bug Recorder juvirez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Website Issue Reporting Tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bug Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simplifies bug reporting for your customers and support team:
- Make a screencast of the issue
- Record a HAR file
- Grab browser console log and error messages
- Saves everything in a single archive that is easy to share with support/developers

... in two mouse clicks.

Share this with your support team and customers to get well-described bug reports.                    

एक्सटेंशन की मूल जानकारी

नाम Bug Recorder Bug Recorder
ID kielfocekgmlnkdpibcedkofgafkkppg
आधिकारिक URL https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg
विवरण Website Issue Reporting Tool
फ़ाइल का आकार 271 KB
स्थापना संख्या 739
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-04-26
प्रकाशन तिथि 2019-04-26
रेटिंग 3.60/5 कुल 5 रेटिंग्स
डेवलपर juvirez
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/juvirez/bug-recorder/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bug Recorder",
    "description": "Website Issue Reporting Tool",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "debugger",
        "tabCapture"
    ]
}