WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fast Review - Web Testing & Bug Reports

Fast Review - Web Testing & Bug Reports

View on Chrome Web Store
View Fast Review - Web Testing & Bug Reports Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Professional web testing tool for QA teams. Create detailed bug reports with screenshots and manage testing sessions.
Type
Extension
Users
4 users
1
baur*************
View author page of baur*************
Published
Published on June 15, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on June 17, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Fast Review - Web Testing & Bug Reports 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": "Fast Review - Web Testing & Bug Reports",
    "version": "1.0.1",
    "description": "Professional web testing tool for QA teams. Create detailed bug reports with screenshots and manage testing sessions.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAySsWQkMKKrkc19Q0xjs6QG2GlHKDGdx1V6ri3whcoI3vNJ69347bpcmy3b5P\/0T6jFcAfFFcyGqRve5haENjMy8lOPOMiV9NIPlevL4WYd0iug7fiyQnZfJOmOcyiK+ddVOXftz0cWn+UPBUVaCCSfHJVH2143+HYz14E1djSuOej6KlIBd+NmHDo8Sx0GZCE799+PZi8JbxyRlZoP6uttJQhqc8nrcFYxXMWTvWMQmOr+cApTVFcq4Jh1CZv5H18Xme6vY\/yoFUiHeaRiSyC0iHBmmN1ycIqXBhqtUTIqJThnfJcxciIsxaWGPSZ8s93YEb09lbcS3kzh+f8BXrPQIDAQAB",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "contextMenus",
        "identity"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup\/dist\/index.html",
        "default_title": "Fast Review - Start Testing Session",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "config.js",
                "js\/auth-chrome.js",
                "content\/content.js"
            ],
            "css": [
                "content\/overlay.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.js",
                "js\/auth-chrome.js",
                "report.html",
                "report\/report.js",
                "clear-data.html",
                "auth\/chrome-auth.js",
                "privacy-policy.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "oauth2": {
        "client_id": "299511036957-diotf0bl6dkfjcgvn5c6keo2agmnp5qv.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}
© 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