WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Bug Tracker

Bug Tracker

View on Chrome Web Store
0.0 (0 ratings)
0 views
0 downloads

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

Captures screenshots every 2 seconds with error notes.
Type
Extension
Users
18 users
1
ajuservitsolutions
Published
Version 1.0
Manifest version
3
Updated
productivity/developer
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bug Tracker",
    "version": "1.0",
    "description": "Captures screenshots every 2 seconds with error notes.",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/172.16.150.115:5000\/*",
        "http:\/\/103.69.28.100:5000\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/172.16.150.115:5000\/*"
            ],
            "js": [
                "content.js",
                "jquery.min.js",
                "jquery-ui.min.js"
            ],
            "css": [
                "jquery-ui.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-ui.min.css",
                "jquery-ui.min.js",
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/172.16.150.115:5000\/*"
            ]
        }
    ]
}
© 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.