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",
"name": "Tallyfor Connect: Auto-fill tax forms",
"description": "Auto-fill tax forms on popular tax products",
"version": "0.4.2",
"manifest_version": 3,
"action": {
"default_popup": "src\/importer\/popup.html",
"default_icon": "src\/importer\/img\/icon-tallyfor-128.png"
},
"icons": {
"128": "src\/importer\/img\/icon-tallyfor-128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "src\/importer\/background.js"
},
"content_scripts": [
{
"js": [
"src\/importer\/content-script.js"
],
"matches": [
"http:\/\/127.0.0.1\/*",
"https:\/\/*.intuit.com\/*"
]
}
]
}