Syft QuickBooks Multi-Connect

Syft web extension for connecting multiple QuickBooks entities

Syft QuickBooks Multi-Connect là gì?

Syft QuickBooks Multi-Connect là một tiện ích mở rộng Chrome được phát triển bởi integrations, và tính năng chính của nó là "Syft web extension for connecting multiple QuickBooks entities".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Syft QuickBooks Multi-Connect

Tải xuống các tệp mở rộng Syft QuickBooks Multi-Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Syft chrome extension allows you to connect multiple QuickBooks Online entities to Syft Analytics at once. 

Key benefits
- One tool: Use Syft to visualize, analyze and forecast financial data from your favorite accounting and other data providers. Create beautiful reports, visualize data in graphs & dashboards, create KPIs, and build integrated forecasts.
- Consolidations: Use the leading consolidation tool - combine unlimited entities, add eliminations, account for acquisitions & disposals, include fractional ownership, and create beautiful reports. Support for +170 currencies.
- Export anywhere: Export any graph or report to PDF, Excel, Google Sheets or reimagine reporting with live view. Live views are secure, interactive, and collaborative online links to reports - the future of reporting.

About Syft
Syft Analytics is the award-winning interactive & collaborative financial reporting tool. From simple reports through to integrated forecasts, businesses and accountants use Syft to create, collaborate and explore beautiful financial reports. 9 out of 10 users say Syft is easier to use than other reporting solutions. Syft has over 350 5-star reviews on the QuickBooks marketplace. Join 100,000+ businesses that choose Syft with a 14-day free trial.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Syft QuickBooks Multi-Connect Syft QuickBooks Multi-Connect
ID dbbbagocfhhfdelkbbhbnglljcfdeeji
URL Chính Thức https://chromewebstore.google.com/detail/syft-quickbooks-multi-con/dbbbagocfhhfdelkbbhbnglljcfdeeji
Mô tả Syft web extension for connecting multiple QuickBooks entities
Kích Thước Tệp 1.36 MB
Số Lần Cài Đặt 636
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-12-11
Ngày Phát Hành 2022-11-22
Đánh Giá 5.00/5 Tổng số 27 Đánh Giá
Nhà Phát Triển integrations
Loại Thanh Toán free
Trang Web Mở Rộng https://www.syftanalytics.com/
URL Trang Trợ Giúp https://www.syftanalytics.com/support
URL Trang Chính Sách Bảo Mật https://www.syftanalytics.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Syft QuickBooks Multi-Connect",
    "description": "Syft web extension for connecting multiple QuickBooks entities",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/syft_ext_logo_16.png",
        "32": ".\/syft_ext_logo_32.png",
        "48": ".\/syft_ext_logo_48.png",
        "128": ".\/syft_ext_logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/syft_ext_logo_16.png",
            "32": ".\/syft_ext_logo_32.png",
            "48": ".\/syft_ext_logo_48.png",
            "128": ".\/syft_ext_logo_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/appcenter.intuit.com\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "css": [
                ".\/static\/css\/content.77e9e47c.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/appcenter.intuit.com\/*",
        "https:\/\/appconnections-aws.api.intuit.com\/*",
        "https:\/\/www.syftanalytics.com\/*"
    ]
}