Tallyfor Connect: Auto-fill tax forms

Auto-fill tax forms on popular tax products

What is Tallyfor Connect: Auto-fill tax forms?

Tallyfor Connect: Auto-fill tax forms is a Chrome extension developed by https://tallyfor.com, and its main feature is "Auto-fill tax forms on popular tax products".

Extension Screenshots

screenshot

Download Tallyfor Connect: Auto-fill tax forms Extension CRX File

Download Tallyfor Connect: Auto-fill tax forms extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tallyfor Connect is a form filler and automation tool for tax forms.

With Tallyfor Connect, you can populate returns in Intuit ProConnect Tax with your tax balances from Tallyfor.  Simply download the tax file from Tallyfor, load it into the Tallyfor Connect extension, and watch the magic happen.

Tallyfor allows you to work with trial balances from any accounting system.  Do all your mapping, grouping, and adjustments in Tallyfor to quickly generate adjusted tax balances.

BENEFITS
- Increase your productivity and decrease your risk of getting Repetitive Strain Injury (RSI) or Carpal Tunnel Syndrome (CTS).
- Complete your clients' tax returns in minutes, not hours.  
- Avoid mistyping key figures or numbers.

FEATURES
- No manual entry - Fill out tax Intuit ProConnect Tax forms with no manual entry.
- Simple and easy to use.  One click, that’s it. 
- Start with any accounting data.                    

Extension Basic Information

Name Tallyfor Connect: Auto-fill tax forms Tallyfor Connect: Auto-fill tax forms
ID gffmiogkoiejaheomehokcldkpgllgbh
Official URL https://chromewebstore.google.com/detail/tallyfor-connect-auto-fil/gffmiogkoiejaheomehokcldkpgllgbh
Description Auto-fill tax forms on popular tax products
File Size 8.38 MB
Installation Count 115
Current Version 0.0.26
Last Updated 2023-03-15
Publish Date 2023-02-19
Rating 5.00/5 Total 3 Ratings
Developer https://tallyfor.com
Email [email protected]
Payment Type free
Extension Website https://www.tallyfor.com/connect-tax/intuit-proconnect
Help Page URL https://support.tallyfor.com/category/190-pro-connect
Privacy Policy Page URL https://www.tallyfor.com/legal/privacy-policy
Supported Languages en-US
manifest.json
{
    "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.0.26",
    "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": [
                "https:\/\/*.intuit.com\/*"
            ]
        }
    ]
}