Finance41 Extension

Quickly enter transactions on Finance41 through a popup.

Finance41 Extension là gì?

Finance41 Extension là một tiện ích mở rộng Chrome được phát triển bởi https://finance41.com, và tính năng chính của nó là "Quickly enter transactions on Finance41 through a popup.".

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

screenshot

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

Tải xuống các tệp mở rộng Finance41 Extension 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

                        Finance41 is an online personal finance service that keeps track of your spendings, incomes and savings.

Easier to use then an Excel spreadsheet, yet very powerful, Finance41 is built for people who want a clear insight of their money flow without the headaches of complicated software.

- add transactions quickly
- categorize with tags
- analyse your spending
- maintain control of your finances

Finance41 uses cutting edge technologies to create the greatest user experience, keeping things easy and simple while providing all the capabilities of a powerful finance tool.                    

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

Tên Finance41 Extension Finance41 Extension
ID adojojhmddiheilndfjlhddemdlfjfle
URL Chính Thức https://chromewebstore.google.com/detail/finance41-extension/adojojhmddiheilndfjlhddemdlfjfle
Mô tả Quickly enter transactions on Finance41 through a popup.
Kích Thước Tệp 78.04 KB
Số Lần Cài Đặt 2,040
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2013-06-25
Ngày Phát Hành 2013-06-25
Đánh Giá 3.92/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://finance41.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://finance41.com/app/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "isInstalled.js"
            ],
            "matches": [
                "https:\/\/finance41.com\/app\/"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/finance41.com; object-src 'self'",
    "description": "Quickly enter transactions on Finance41 through a popup.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "name": "Finance41 Extension",
    "permissions": [
        "http:\/\/finance41.com\/*",
        "https:\/\/finance41.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5.3"
}