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"입니다.
확장 프로그램 스크린샷
Syft QuickBooks Multi-Connect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |