Receipt & Invoice Capture, Match, Categorize

Automate expense management by snapping receipts & invoices online, then auto-match with transactions on any card or bank account!

Receipt & Invoice Capture, Match, Categorize là gì?

Receipt & Invoice Capture, Match, Categorize là một tiện ích mở rộng Chrome được phát triển bởi https://clyr.io, và tính năng chính của nó là "Automate expense management by snapping receipts & invoices online, then auto-match with transactions on any card or bank account!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Receipt & Invoice Capture, Match, Categorize

Tải xuống các tệp mở rộng Receipt & Invoice Capture, Match, Categorize 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

                        * Description *

Streamline your expense and spend management process like never before with Clyr's Receipt and Invoice Capture. This extension turns the tedious 6-8 step process of capturing, matching, and categorizing receipts & invoices into a swift, automated action that takes mere seconds.

* Key Features *

📸 Snap Receipts & Invoices

Easily capture images of receipts and invoices directly from websites and emails.

⚙️ Seamless Integration

Fully integrated with every major accounting platforms like Quickbooks, Xero, Sage, NetSuite as well as dozens of CRMs and work management platforms (Jobber, ServiceTitan, Buildium to name a few).

🔗 Card Agnostic

Connect your existing cards and checking accounts without migrating to a proprietary solution.

📊 Real-Time Notifications

Get real-time expense notifications, right when you make a transaction.

🔍 Automated Matching & Smart Categorization

Snap a receipt and have it automatically matched to the corresponding transaction in your account. Our AI-powered algorithm categorizes your receipts, making it easier for you to keep track.

❓Why Clyr

* Efficient: Reduce dozens of hours spent weekly on expense management to just a few clicks.
* Accurate: Minimize errors that cause loss of revenue or reimbursable expenses.
* Simple: Prioritizing simplicity, Clyr has seen an ~80% uptick in receipts submitted and categorized by team members.

❓Usage Instructions

1. Install this extension.
2. Log in to your Clyr account or register for a new one
3. When you receive a receipt or invoice online, click the Clyr icon in your toolbar.
4. Snap the image and it will automatically be matched and categorized in your Clyr account.

Turn the tiresome task of expense management into a breeze!

Ratings & Reviews

⭐⭐⭐⭐⭐ "This extension has been a game-changer for our field service team."
⭐⭐⭐⭐⭐ "Saves me so much time and makes expense reports a breeze."

Support

Got questions? Visit our FAQ or reach out to our support team at [email protected].                    

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

Tên Receipt & Invoice Capture, Match, Categorize Receipt & Invoice Capture, Match, Categorize
ID jodphgcfdncpimhcpfnddnankbagmjjf
URL Chính Thức https://chromewebstore.google.com/detail/receipt-invoice-capture-m/jodphgcfdncpimhcpfnddnankbagmjjf
Mô tả Automate expense management by snapping receipts & invoices online, then auto-match with transactions on any card or bank account!
Kích Thước Tệp 914 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-10-26
Đánh Giá 5.00/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://clyr.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clyr.io
URL Trang Trợ Giúp https://clyr.io/contact-us
URL Trang Chính Sách Bảo Mật https://clyr.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Receipt & Invoice Capture, Match, Categorize",
    "description": "Automate expense management by snapping receipts & invoices online, then auto-match with transactions on any card or bank account!",
    "version": "1.0.10",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Clyr",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js",
                "contentCss.js"
            ]
        }
    ],
    "commands": {
        "open-invoice": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Capture screenshot which will be linked to an invoice"
        }
    }
}