Zoho Expense

Snap and Upload Receipts to automatically create Expense entries

Zoho Expense क्या है?

Zoho Expense https://zoho.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snap and Upload Receipts to automatically create Expense entries"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoho Expense एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
ईमेल [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"
    }
}