Fyle - Expense Management

Eliminate your expense management woes with Fyle. World's 1st Chrome extension that helps you track and manage expenses from Gmail.

Τι είναι το Fyle - Expense Management;

Το Fyle - Expense Management είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.fylehq.com, και η κύρια λειτουργία του είναι "Eliminate your expense management woes with Fyle. World's 1st Chrome extension that helps you track and manage expenses from Gmail.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fyle - Expense Management

Λήψη αρχείων επέκτασης Fyle - Expense Management σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Fyle aims to automate the cumbersome expense tracking process by making AI do the work for you. Flight tickets, travel reservations, cabs, food bills, shopping bills - Fyle extracts all the relevant information with just a single click automatically from your inbox.

The world’s first AI driven expense management platform, Fyle automatically extracts data from receipts, attaches the invoice, ensures it is compliant with company policies without any manual effort.

How does the Fyle Chrome extension work?
• Extracts data from the receipt to the expense form with a single click
• Clubs the expense invoice directly with the expense form
• Automatically checks against active company policies before submitting it for approval
• Instantly reconciles the receipt with existing corporate card transactions

What are some other ways employees can track expenses with Fyle?
• Scan and upload receipts in an instant with InstaFyle
• Using BulkFyle, you can upload upto 20 receipts simultaneously to create expense reports separately with ease
• More than one way to track and record your expenses using your favourite apps - WhatsApp, Slack, G Suite, Office 365 and many more!

What more does Fyle do?
Finance teams can ensure compliance driven employee expense management experience. Here’s how:
• Helps automate any expense approval workflow
• Ensure quick reimbursements of employee expenses directly through Fyle using ACH
• Advanced analytics that will help you keep track of company expenses and make informed decisions
• Manage multiple corporate cards and easily reconcile all expenses - all under one single dashboard
• Custom integrations with leading accounting and ERP software
• Continuously audit ready to close books on time efficiently and effectively

All of this and more with enterprise grade-security and best-in-class 24/7 customer support. 

If you have any problem or query regarding Fyle, please drop us an email at [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fyle - Expense Management Fyle - Expense Management
ID abggpefphmldapcoknbcaadbpdjjmjgk
Επίσημο URL https://chromewebstore.google.com/detail/fyle-expense-management/abggpefphmldapcoknbcaadbpdjjmjgk
Περιγραφή Eliminate your expense management woes with Fyle. World's 1st Chrome extension that helps you track and manage expenses from Gmail.
Μέγεθος Αρχείου 136 KB
Αριθμός Εγκαταστάσεων 4,854
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2024-01-18
Ημερομηνία Δημοσίευσης 2019-11-12
Αξιολόγηση 4.75/5 Συνολικά 96 Αξιολογήσεις
Προγραμματιστής https://www.fylehq.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.fylehq.com/?utm_source=chrome&utm_medium=app_store
Διεύθυνση URL της Σελίδας Βοήθειας https://www.fylehq.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://www.fylehq.com/privacy/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fyle - Expense Management",
    "short_name": "Fyle",
    "version": "2.0.3",
    "description": "Eliminate your expense management woes with Fyle. World's 1st Chrome extension that helps you track and manage expenses from Gmail.",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.fyle.in\/*",
        "https:\/\/*.fylehq.com\/*",
        "https:\/\/*.fyle.tech\/*",
        "https:\/\/localhost:1234\/*",
        "http:\/\/localhost:1234\/*",
        "http:\/\/localhost:5000\/*"
    ],
    "background": {
        "scripts": [
            "jquery-1.10.2.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "base.css"
            ],
            "js": [
                "jquery-1.10.2.js",
                "inboxsdk.js",
                "loader.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.fyle.in\/*",
                "https:\/\/*.fylehq.com\/*",
                "https:\/\/*.fyle.tech\/*",
                "https:\/\/localhost:1234\/*",
                "http:\/\/localhost:1234\/*",
                "http:\/\/localhost:5000\/*"
            ],
            "js": [
                "version.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}