AI Bookkeeper by Booke.ai

Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension

What is AI Bookkeeper by Booke.ai?

AI Bookkeeper by Booke.ai is a Chrome extension developed by https://booke.ai, and its main feature is "Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AI Bookkeeper by Booke.ai Extension CRX File

Download AI Bookkeeper by Booke.ai extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Booke.ai browser extension is a powerful tool that streamlines bookkeeping tasks for QuickBooks Online or Xero users. This extension automates the most time-consuming and manual tasks, saving bookkeepers countless hours of work.
With the browser extension, users can ask clients for missing information or clarification directly in QuickBooks Online or Xero, eliminating the need for time-consuming back-and-forth communication. Additionally, the extension allows for bulk transaction reconciliation, further reducing the time and effort required for bookkeeping tasks.

Powered by cutting-edge AI technologies, the Booke.ai browser extension automates the categorization of transactions and fixes coding errors, ensuring accuracy and efficiency in bookkeeping. The extension also enables seamless communication with businesses, allowing for quick and easy access to important information.

Overall, the Booke.ai browser extension is a powerful and time-saving tool for bookkeepers, enabling them to focus on higher-level tasks and improving their overall productivity.

For more info:
Email: [email protected]
Website: https://www.booke.ai
Privacy Policy: https://booke.ai/privacy-policy                    

Extension Basic Information

Name AI Bookkeeper by Booke.ai AI Bookkeeper by Booke.ai
ID fbmcleppkdghmbchpjmpnemiadkmafji
Official URL https://chromewebstore.google.com/detail/ai-bookkeeper-by-bookeai/fbmcleppkdghmbchpjmpnemiadkmafji
Description Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension
File Size 117 KB
Installation Count 263
Current Version 2.1.59210
Last Updated 2023-06-30
Publish Date 2022-12-08
Rating 5.00/5 Total 1 Ratings
Developer https://booke.ai
Email [email protected]
Payment Type free
Extension Website https://booke.ai
Help Page URL https://booke.ai/#contact_us
Privacy Policy Page URL https://booke.ai/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Bookkeeper by Booke.ai",
    "version": "2.1.59210",
    "description": "Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "webRequest"
    ],
    "background": {
        "service_worker": "js\/sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.go.xero.com\/",
        "*:\/\/*.app.qbo.intuit.com\/",
        "*:\/\/*.booke.ai\/"
    ]
}