Zoho Expense

Snap and Upload Receipts to automatically create Expense entries

Zoho Expense là gì?

Zoho Expense là một tiện ích mở rộng Chrome được phát triển bởi https://zoho.com, và tính năng chính của nó là "Snap and Upload Receipts to automatically create Expense entries".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Snap screenshots of online receipts and automatically convert them into expense claims.

Users can instantly take screenshots of online receipts from any website or email and directly upload it into Zoho Expense without switching tabs.

Zoho Expense automatically scans screenshots, extracts relevant information, and uses it to create business expenses and expense claims. The same can then be submitted for approval and reimbursement.

Zoho Expense can scan receipts in over 14 languages and is capable of extracting receipt data even at a line item level.

About Zoho Expense:
Zoho Expense is the go-to travel and expense management solution for thousands of businesses in over 150 countries. 

It helps business streamline travel and booking, automate and customize every aspect of business travel and spend, and get complete control over spend.

To learn more about how it works, try it free for 14-days! Drop an email to  for any help.                    

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

Tên Zoho Expense Zoho Expense
ID jmlaohefegdedjnmgpedcoococlpdida
URL Chính Thức https://chromewebstore.google.com/detail/zoho-expense/jmlaohefegdedjnmgpedcoococlpdida
Mô tả Snap and Upload Receipts to automatically create Expense entries
Kích Thước Tệp 720 KB
Số Lần Cài Đặt 5,791
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-03-17
Ngày Phát Hành 2017-01-04
Đánh Giá 4.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://zoho.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zoho.com/expense/
URL Trang Trợ Giúp https://www.zoho.com/expense/support/
URL Trang Chính Sách Bảo Mật https://www.zoho.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0",
    "default_locale": "en",
    "icons": {
        "16": "images\/fav-icon-x16.png",
        "32": "images\/fav-icon-x32.png",
        "128": "images\/fav-icon-x128.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "vendor\/rsvp.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "cookies",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        "styles\/*",
        "loader.html",
        "clipper.html"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/fav-icon-x19.png",
            "38": "images\/fav-icon-x38.png"
        },
        "default_popup": "index.html"
    }
}