Expense Tab

Expense Manager Tab

Expense Tab là gì?

Expense Tab là một tiện ích mở rộng Chrome được phát triển bởi skyran1278, và tính năng chính của nó là "Expense Manager Tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Expense Tab

Tải xuống các tệp mở rộng Expense Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Expense Tab Expense Tab
ID hmajboankhnpjaffdknfgfmlidgpamad
URL Chính Thức https://chrome.google.com/webstore/detail/expense-tab/hmajboankhnpjaffdknfgfmlidgpamad
Mô tả Expense Manager Tab
Kích Thước Tệp 1.69 MB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2019-09-14
Ngày Phát Hành 2019-09-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển skyran1278
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://skyran.me
Ngôn Ngữ Được Hỗ Trợ 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'"
}