WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dummi - Bug Capture

Dummi - Bug Capture

View on Chrome Web Store
View Dummi - Bug Capture Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (21 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.

Replace your existing bug report process with a single click. Sound too good to be true?
Type
Extension
Users
232 users
3
Website dummi.com
Dummi Limited
View author page of Dummi Limited
Published
Published on September 9, 2024
Version 1.4
Manifest version
3
Updated
Updated on May 15, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Dummi - Bug Capture 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",
    "manifest_version": 3,
    "name": "Dummi - Bug Capture",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "scripting"
    ],
    "description": "Replace your existing bug report process with a single click. Sound too good to be true?",
    "action": {
        "default_title": "Dummi"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "content\/inject.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "\/favicon-16x16.png",
        "32": "\/favicon-32x32.png",
        "48": "\/favicon-48x48.png",
        "128": "\/favicon-128x128.png"
    },
    "host_permissions": [
        "http:\/\/localhost:4200\/*",
        "https:\/\/localhost:5062\/*",
        "https:\/\/localhost:5063\/*",
        "https:\/\/*.dummi.com\/*",
        "https:\/\/*.testdummi.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src *",
        "script-src": "self https:\/\/www.google-analytics.com"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/localhost:5062\/*",
            "https:\/\/localhost:5063\/*",
            "https:\/\/*.dummi.com\/*",
            "https:\/\/*.testdummi.com\/*"
        ]
    }
}
© 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