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
官方網址 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\/*"
            ]
        }
    ]
}