Expense Tab

Expense Manager Tab

What is Expense Tab?

Expense Tab is a Chrome extension developed by skyran1278, and its main feature is "Expense Manager Tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Expense Tab Extension CRX File

Download Expense Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Expense Manager Tab is just an expense record New Tab.

It can help you manage your life expense and income.

I hope you'll enjoy it!

Thank you.

Web: https://expense-manager-eacea.web.app/                    

Extension Basic Information

Name Expense Tab Expense Tab
ID hmajboankhnpjaffdknfgfmlidgpamad
Official URL https://chrome.google.com/webstore/detail/expense-tab/hmajboankhnpjaffdknfgfmlidgpamad
Description Expense Manager Tab
File Size 1.69 MB
Installation Count 162
Current Version 3.5
Last Updated 2019-09-14
Publish Date 2019-09-14
Rating 5.00/5 Total 3 Ratings
Developer skyran1278
Email [email protected]
Payment Type free
Extension Website https://skyran.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expense Tab",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Expense Manager Tab",
    "short_name": "ExpenseTab",
    "icons": {
        "16": ".\/img\/icon_16.png",
        "48": ".\/img\/icon_48.png",
        "128": ".\/img\/icon_128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
}