Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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.263.1",
"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",
"userScripts"
],
"host_permissions": [
"<all_urls>"
],
"sandbox": {
"pages": [
"AnnotationTool\/View\/AnnotationTool.html"
]
},
"minimum_chrome_version": "138"
}