Zoho Expense

Snap and Upload Receipts to automatically create Expense entries

什麼是Zoho Expense?

Zoho Expense是由https://zoho.com開發的Chrome擴展程式,該擴展的主要功能是“Snap and Upload Receipts to automatically create Expense entries”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Zoho Expense擴展crx文件

下載Zoho Expense擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Zoho Expense Zoho Expense
ID jmlaohefegdedjnmgpedcoococlpdida
官方網址 https://chromewebstore.google.com/detail/zoho-expense/jmlaohefegdedjnmgpedcoococlpdida
簡介 Snap and Upload Receipts to automatically create Expense entries
檔案大小 720 KB
安裝次數 5,791
目前版本 2.0
更新時間 2022-03-17
上架時間 2017-01-04
評分 4.31/5 共 13 次評分
開發者 https://zoho.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.zoho.com/expense/
說明頁面URL https://www.zoho.com/expense/support/
隱私政策頁面URL https://www.zoho.com/privacy.html
支援的語言 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"
    }
}