Tallyfor Connect: Auto-fill tax forms

Auto-fill tax forms on popular tax products

什么是Tallyfor Connect: Auto-fill tax forms?

Tallyfor Connect: Auto-fill tax forms是由https://tallyfor.com开发的Chrome扩展程序,该扩展的主要功能是“Auto-fill tax forms on popular tax products”。

扩展截图

screenshot

下载Tallyfor Connect: Auto-fill tax forms扩展crx文件

下载Tallyfor Connect: Auto-fill tax forms扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tallyfor Connect: Auto-fill tax forms Tallyfor Connect: Auto-fill tax forms
ID gffmiogkoiejaheomehokcldkpgllgbh
官方URL https://chromewebstore.google.com/detail/tallyfor-connect-auto-fil/gffmiogkoiejaheomehokcldkpgllgbh
简介 Auto-fill tax forms on popular tax products
文件大小 8.38 MB
安装次数 115
当前版本 0.0.26
更新时间 2023-03-15
上架时间 2023-02-19
评分 5.00/5 共3次评分
开发者 https://tallyfor.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tallyfor.com/connect-tax/intuit-proconnect
帮助页面URL https://support.tallyfor.com/category/190-pro-connect
隐私政策页面URL https://www.tallyfor.com/legal/privacy-policy
支持的语言 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\/*"
            ]
        }
    ]
}