Zoho Expense

Snap and Upload Receipts to automatically create Expense entries

Zoho Expenseคืออะไร?

Zoho Expense เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zoho.com และคุณลักษณะหลักของมันคือ "Snap and Upload Receipts to automatically create Expense entries"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoho Expense

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}