Equility Extension
Equility extension
什么是Equility Extension?
Equility Extension是由Equility开发的Chrome扩展程序,该扩展的主要功能是“Equility extension”。
扩展截图
下载Equility Extension扩展crx文件
下载Equility Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FINANCIAL REVIEW Once Equility is connected to your QuickBooks Online account, we review your financial statements for a wide range of potential issues, including but not limited to: - Bank & Credit Card Reconciliation Status - Depreciation & Amortization Entries - Uncategorized Asset Listings - Undeposited Funds Balance - Entity-based Equity Allocations - S-Corp Payroll Regulations - Clearing Accounts / Uncategorized Transactions Our platform then provides you with a financial review summary, which can be reviewed in-house or downloaded as a PDF to share with clients or financial professionals. ADVANCED BANK RECONCILIATION FEATURE FOR QBO Bank reconciliations can be extremely tedious and time consuming when you have more than a few transactions. Our software allows you to sync transactions directly from your bank account or to pull in your bank statements via CSV. Once the transactions are within Equility, our algorithm will automatically match the transactions in QBO to your bank statement, saving you valuable time. If there are transactions missing within QBO (or duplicate transactions) our software will point this out to you, ensure that your reconciliation is completed accurately, every time! QUESTIONS/COMMENTS/SUGGESTIONS Please reach out to us at [email protected]
扩展基本信息
名称 | Equility Extension |
ID | idnaidbjgchinhlfgjdpjmkgmblaemgi |
官方URL | https://chromewebstore.google.com/detail/equility-extension/idnaidbjgchinhlfgjdpjmkgmblaemgi |
简介 | Equility extension |
文件大小 | 626 KB |
安装次数 | 127 |
当前版本 | 1.140.147 |
更新时间 | 2024-03-03 |
上架时间 | 2022-12-14 |
评分 | 5.00/5 共2次评分 |
开发者 | Equility |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://equilityhq.com |
帮助页面URL | https://app.equilityhq.com/application/settings?support=1 |
隐私政策页面URL | https://equilityhq.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Equility Extension", "description": "Equility extension", "version": "1.140.147", "manifest_version": 3, "icons": { "16": ".\/icons\/favicon-32x32.png", "48": ".\/icons\/favicon-100x100.png", "128": ".\/icons\/favicon-180x180.png" }, "action": { "default_popup": ".\/index.html" }, "background": { "service_worker": ".\/static\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.qbo.intuit.com\/*" ], "js": [ ".\/static\/js\/content.js" ], "css": [ ".\/content\/content.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/*.equilityhq.com\/*", "http:\/\/*.localhost:3001\/*" ], "js": [ ".\/static\/js\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/*.qbo.intuit.com\/*" ] }, { "resources": [ "icons\/*" ], "matches": [ " |