Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Survey Tester QPro",
"version": "3.1.0",
"description": "Survey testing tool for QuestionPro. Automate QA with smart auto-fill, real-time logic checks, and JSON export support.",
"permissions": [
"activeTab",
"storage",
"sidePanel",
"identity",
"scripting"
],
"oauth2": {
"client_id": "912693549698-nvbvqhibojagqih84o8icvf8e50pci16.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"side_panel": {
"default_path": "popup.html"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.questionpro.com\/*\/TakeSurvey*",
"https:\/\/*.questionpro.com\/*\/GoBackSurvey*",
"https:\/\/*.questionpro.com\/*\/ExtSurveyPreview*",
"https:\/\/*.questionpro.com.au\/*\/TakeSurvey*",
"https:\/\/*.questionpro.com.au\/*\/GoBackSurvey*",
"https:\/\/*.questionpro.com.au\/*\/ExtSurveyPreview*",
"https:\/\/*.questionpro.eu\/*\/TakeSurvey*",
"https:\/\/*.questionpro.eu\/*\/GoBackSurvey*",
"https:\/\/*.questionpro.eu\/*\/ExtSurveyPreview*",
"https:\/\/*.questionpro.ca\/*\/TakeSurvey*",
"https:\/\/*.questionpro.ca\/*\/GoBackSurvey*",
"https:\/\/*.questionpro.ca\/*\/ExtSurveyPreview*",
"https:\/\/*.questionpro.ae\/*\/TakeSurvey*",
"https:\/\/*.questionpro.ae\/*\/GoBackSurvey*",
"https:\/\/*.questionpro.ae\/*\/ExtSurveyPreview*"
],
"all_frames": true,
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
}