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
screenshot
screenshot

Zoho Expense 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 support@zohogadgets.com
결제 유형 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"
    }
}