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
公式URL 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
Eメール [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"
    }
}