Syft QuickBooks Multi-Connect

Syft web extension for connecting multiple QuickBooks entities

什么是Syft QuickBooks Multi-Connect?

Syft QuickBooks Multi-Connect是由integrations开发的Chrome扩展程序,该扩展的主要功能是“Syft web extension for connecting multiple QuickBooks entities”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Syft QuickBooks Multi-Connect扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Syft QuickBooks Multi-Connect Syft QuickBooks Multi-Connect
ID dbbbagocfhhfdelkbbhbnglljcfdeeji
官方URL https://chromewebstore.google.com/detail/syft-quickbooks-multi-con/dbbbagocfhhfdelkbbhbnglljcfdeeji
简介 Syft web extension for connecting multiple QuickBooks entities
文件大小 1.36 MB
安装次数 636
当前版本 1.0.2
更新时间 2022-12-11
上架时间 2022-11-22
评分 5.00/5 共27次评分
开发者 integrations
付费类型 free
扩展官网 https://www.syftanalytics.com/
帮助页面URL https://www.syftanalytics.com/support
隐私政策页面URL https://www.syftanalytics.com/privacy-policy
支持的语言 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\/*"
    ]
}