WebExtension.net
WebExtension.net

Test & Feedback

View on Chrome Web Store
View Test & Feedback Chrome Extension on Chrome Web Store
4.2 (175 ratings)

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

Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.
Type
Extension
Users
200,000 users
Microsoft Corporation
View author page of Microsoft Corporation
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 17, 2015
Version 1.0.247.0
Manifest version
3
Updated
Updated on October 14, 2024
View on Chrome Web Store
View Test & Feedback Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Test & Feedback",
    "short_name": "XT, exploratory tesing, feedback, TF",
    "version": "1.0.247.0",
    "description": "Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.",
    "homepage_url": "https:\/\/marketplace.visualstudio.com\/items?itemName=ms.vss-exploratorytesting-web",
    "icons": {
        "16": "Images\/NormalState-16.png",
        "48": "Images\/NormalState-48.png",
        "128": "Images\/NormalState-128.png"
    },
    "action": {
        "default_icon": "Images\/NormalState-128.png",
        "default_title": "Test & Feedback",
        "default_popup": "Popup2\/Popup.html"
    },
    "commands": {
        "open_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open Test & Feedback"
        }
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "ContentScript\/CustomisedWorkItemMessaging.js",
                "ContentScript\/CaptureBrowserEvent.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "options_ui": {
        "page": "Options\/Options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Fonts\/*.*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "Scripts\/jquery.min.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "clipboardRead",
        "tabs",
        "storage",
        "desktopCapture",
        "unlimitedStorage",
        "system.cpu",
        "system.memory",
        "system.display",
        "webNavigation",
        "background",
        "offscreen",
        "tabCapture",
        "alarms"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "sandbox": {
        "pages": [
            "AnnotationTool\/View\/AnnotationTool.html"
        ]
    },
    "minimum_chrome_version": "116"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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