Bug Report

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

Qu'est-ce que Bug Report ?

Bug Report est une extension Chrome développée par alfie84, et sa fonction principale est "This extension gets the browser details and writes a bug report.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bug Report

Téléchargez les fichiers d'extension Bug Report au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bug Report Bug Report
ID kgjmpflejlpefbangkefecjdflfapdmp
URL Officiel https://chromewebstore.google.com/detail/bug-report/kgjmpflejlpefbangkefecjdflfapdmp
Description This extension gets the browser details and writes a bug report.
Taille du Fichier 13.41 KB
Nombre d'Installations 34
Version Actuelle 1.4
Dernière Mise à Jour 2023-12-06
Date de Publication 2019-01-17
Développeur alfie84
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}