AI Bookkeeper by Booke.ai

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

AI Bookkeeper by Booke.aiとは何ですか?

AI Bookkeeper by Booke.aiはhttps://booke.aiによって開発されたChromeの拡張機能で、その主な機能は「Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

AI Bookkeeper by Booke.ai拡張機能のCRXファイルをダウンロード

AI Bookkeeper by Booke.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 AI Bookkeeper by Booke.ai AI Bookkeeper by Booke.ai
ID fbmcleppkdghmbchpjmpnemiadkmafji
公式URL https://chromewebstore.google.com/detail/ai-bookkeeper-by-bookeai/fbmcleppkdghmbchpjmpnemiadkmafji
説明 Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension
ファイルサイズ 117 KB
インストール数 263
現在のバージョン 2.1.59210
最終更新日 2023-06-30
公開日 2022-12-08
評価 5.00/5 合計 1 レビュー
開発者 https://booke.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://booke.ai
ヘルプページのURL https://booke.ai/#contact_us
プライバシーポリシーページのURL https://booke.ai/privacy-policy
対応言語 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\/"
    ]
}