Bug Report

This extension gets the browser details and writes a bug report.

Bug Report क्या है?

Bug Report alfie84 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gets the browser details and writes a bug report."।

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

screenshot

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

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

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

                        This is a simple extension to generate a bug report automatically. Sometimes the end users report issues by email without any screenshots or steps and makes it hard for the developers / testers to replicate the issue. The purpose of this is to auto-generate useful information for the developers / testers when an issue is found.

Usage:
1. Fill the Description
2. Fill the Steps
3. Click "Save As" to save as PDF
4. Send Report                    

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

नाम Bug Report Bug Report
ID kgjmpflejlpefbangkefecjdflfapdmp
आधिकारिक URL https://chromewebstore.google.com/detail/bug-report/kgjmpflejlpefbangkefecjdflfapdmp
विवरण This extension gets the browser details and writes a bug report.
फ़ाइल का आकार 13.41 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-12-06
प्रकाशन तिथि 2019-01-17
डेवलपर alfie84
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bug Report",
    "version": "1.4",
    "description": "This extension gets the browser details and writes a bug report.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/bug_icon16.png",
            "48": "images\/bug_icon48.png",
            "128": "images\/bug_icon128.png"
        }
    },
    "icons": {
        "16": "images\/bug_icon16.png",
        "48": "images\/bug_icon48.png",
        "128": "images\/bug_icon128.png"
    }
}