Zoho Expense

Snap and Upload Receipts to automatically create Expense entries

Qu'est-ce que Zoho Expense ?

Zoho Expense est une extension Chrome développée par https://zoho.com, et sa fonction principale est "Snap and Upload Receipts to automatically create Expense entries".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zoho Expense

Téléchargez les fichiers d'extension Zoho Expense au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zoho Expense Zoho Expense
ID jmlaohefegdedjnmgpedcoococlpdida
URL Officiel https://chromewebstore.google.com/detail/zoho-expense/jmlaohefegdedjnmgpedcoococlpdida
Description Snap and Upload Receipts to automatically create Expense entries
Taille du Fichier 720 KB
Nombre d'Installations 5,791
Version Actuelle 2.0
Dernière Mise à Jour 2022-03-17
Date de Publication 2017-01-04
Évaluation 4.31/5 Total 13 Évaluations
Développeur https://zoho.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.zoho.com/expense/
URL de la Page d'Aide https://www.zoho.com/expense/support/
URL de la Page de Politique de Confidentialité https://www.zoho.com/privacy.html
Langues Prises en Charge 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"
    }
}