Equility Extension

Equility extension

Equility Extension là gì?

Equility Extension là một tiện ích mở rộng Chrome được phát triển bởi Equility, và tính năng chính của nó là "Equility extension".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Equility Extension

Tải xuống các tệp mở rộng Equility Extension 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

                        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]                    

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

Tên Equility Extension Equility Extension
ID idnaidbjgchinhlfgjdpjmkgmblaemgi
URL Chính Thức https://chromewebstore.google.com/detail/equility-extension/idnaidbjgchinhlfgjdpjmkgmblaemgi
Mô tả Equility extension
Kích Thước Tệp 626 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.140.147
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2022-12-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Equility
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://equilityhq.com
URL Trang Trợ Giúp https://app.equilityhq.com/application/settings?support=1
URL Trang Chính Sách Bảo Mật https://equilityhq.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webNavigation",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.qbo.intuit.com\/*",
        "https:\/\/*.equilityhq.com\/*",
        "http:\/\/*.localhost:3001\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost;object-src 'self';"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnmieyY3AAcO9XVfUdd6aDQJ40wCqvvEiF1BFVEKU9L\/drYKrJCoEZfk8sY6y+Eqg\/XcUPytjiyBB1Aabkan1kdePZxL3X33o7eiLyP5PgvjJIZHjWYOltYwoLdUmOyI7fWtQpOlEwklnJwlFQa7AiAO7NB97VHbcutDNWLSnAhDOi+Qe1eW\/0hrzMdXe3G9kWGEC4ZiOaDTv\/2klur9wRIJvdSidurPUDt9btG2PJUjRJ5Q5EzXX5jnpydeUPMTNK9s\/7epc71vrB1YlIHxnA+YW+q7jFAmP68ZqftT\/hK8JN20+FswODDqMWiL9mib0KeS2B5Wov1o8hAV+scQIEQIDAQAB"
}