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": "Wizzy: One-Click Tax Prep",
"version": "1.2.51",
"description": "Crush your workload with returns that practically file themselves! SmartSync handles the prep so you can file with just one click.",
"side_panel": {
"default_path": "index.html"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_title": "SmartWiz Side Panel"
},
"permissions": [
"sidePanel",
"tabs",
"activeTab",
"clipboardRead",
"scripting",
"webNavigation",
"storage",
"notifications",
"cookies",
"identity"
],
"host_permissions": [
"https:\/\/*.s3.amazonaws.com\/*",
"https:\/\/*.taxwise.com\/*",
"https:\/\/*.cloudtaxoffice.com\/*",
"https:\/\/*.taxslayerpro.com\/*",
"https:\/\/*.taxslayer.com\/*",
"https:\/\/app.smartwiz.io\/*",
"https:\/\/smartwiz.link\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/hub.smartwiz.ai\/*",
"https:\/\/hub.smartwiz.io\/*",
"https:\/\/versionhistory.googleapis.com\/*",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.taxwise.com\/*",
"https:\/\/*.cloudtaxoffice.com\/*",
"https:\/\/*.taxslayerpro.com\/*",
"https:\/\/*.taxslayer.com\/*",
"https:\/\/app.smartwiz.io\/*",
"https:\/\/smartwiz.link\/*",
"https:\/\/hub.smartwiz.ai\/*",
"https:\/\/hub.smartwiz.io\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/files.jotform.com\/*",
"https:\/\/www.jotform.com\/*",
"https:\/\/www.cognitoforms.com\/*",
"https:\/\/app.gohighlevel.com\/*",
"https:\/\/app.suitedash.com\/*",
"https:\/\/*\/Ajax\/ViewReturn.aspx*",
"https:\/\/*\/ViewReturn.aspx"
],
"js": [
"initializeUI.js"
],
"css": [
"assets\/contentStyles.css"
],
"all_frames": true,
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"pdf.worker.mjs",
"content.js",
"portHandler.js",
"extensionInstalledCheck.js",
"crmLoginListener.js",
"initializeUI.js",
"tabcontent.js",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/app.smartwiz.io\/*",
"https:\/\/smartwiz.link\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/files.jotform.com\/*",
"https:\/\/www.jotform.com\/*",
"https:\/\/www.cognitoforms.com\/*",
"https:\/\/app.gohighlevel.com\/*",
"https:\/\/app.suitedash.com\/*"
]
},
"version_name": "main build 716754a15"
}