Bug Recorder

Website Issue Reporting Tool

Apa itu Bug Recorder?

Bug Recorder adalah ekstensi Chrome yang dikembangkan oleh juvirez, dan fitur utamanya adalah "Website Issue Reporting Tool".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bug Recorder

Unduh file ekstensi Bug Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bug Recorder Bug Recorder
ID kielfocekgmlnkdpibcedkofgafkkppg
URL Resmi https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg
Deskripsi Website Issue Reporting Tool
Ukuran File 271 KB
Jumlah Instalasi 739
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-04-26
Tanggal Publikasi 2019-04-26
Penilaian 3.60/5 Total 5 Penilaian
Pengembang juvirez
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/juvirez/bug-recorder/issues
Bahasa yang Didukung 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"
    ]
}