Bug Recorder

Website Issue Reporting Tool

ما هو Bug Recorder؟

Bug Recorder هو إضافة Chrome تم تطويرها بواسطة juvirez، والميزة الرئيسية لها هي "Website Issue Reporting Tool".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bug Recorder

قم بتنزيل ملفات الامتداد Bug Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}