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 - это расширение Chrome, разработанное https://tallyfor.com, и его основная функция - "Auto-fill tax forms on popular tax products".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Tallyfor Connect: Auto-fill tax forms

Скачайте файлы расширений 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\/*"
            ]
        }
    ]
}