WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ReportMyBug - Report multi-page bugs in one flow

ReportMyBug - Report multi-page bugs in one flow

View on Chrome Web Store
View ReportMyBug - Report multi-page bugs in one flow Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Report multi-page bugs in one flow. Capture screenshots and recordings across multiple tabs effortlessly
Type
Extension
Users
9 users
1
Website testbuddy.io
TestUnity
View author page of TestUnity
Published
Published on October 18, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on December 19, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ReportMyBug - Report multi-page bugs in one flow Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/dist\/bg.js"
    },
    "short_name": "ReportMyBug",
    "description": "Report multi-page bugs in one flow. Capture screenshots and recordings across multiple tabs effortlessly",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/dist\/document_start.js"
            ],
            "exclude_matches": [
                "https:\/\/app.testbuddy.io\/static\/index.html",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                ".\/dist\/fabric.min.js"
            ],
            "exclude_matches": [
                "https:\/\/app.testbuddy.io\/static\/index.html",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                ".\/dist\/contentScript.js",
                ".\/dist\/domEventListeners.js",
                ".\/dist\/recordingEventListeners.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/app.testbuddy.io\/static\/index.html",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "\/assets\/images\/icon\/logo-16.png",
        "32": "\/assets\/images\/icon\/logo-32.png",
        "48": "\/assets\/images\/icon\/logo-48.png",
        "128": "\/assets\/images\/icon\/logo-128.png"
    },
    "action": {
        "default_title": "Open ReportMyBug",
        "default_popup": "\/html\/popup.html"
    },
    "manifest_version": 3,
    "name": "ReportMyBug - Report multi-page bugs in one flow",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.testbuddy.io\/*",
            "https:\/\/localhost:3000\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                ".\/dist\/document_start.js",
                ".\/dist\/countDownHTML.js",
                ".\/dist\/contentScript.js",
                ".\/dist\/domEventListeners.js",
                ".\/dist\/recordingEventListeners.js",
                "\/dist\/script.js",
                ".\/dist\/fabric.min.js",
                ".\/css\/annotation.css",
                "\/html\/camera.html",
                "\/dist\/camera.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "\/assets\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "background",
        "management",
        "desktopCapture",
        "webRequest",
        "scripting",
        "storage",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "version": "1.0.2"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top