Finance41 Extension

Quickly enter transactions on Finance41 through a popup.

Was ist Finance41 Extension?

Finance41 Extension ist eine Chrome-Erweiterung, die von https://finance41.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly enter transactions on Finance41 through a popup.".

Erweiterungsscreenshots

screenshot

Finance41 Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Finance41 Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Finance41 Extension Finance41 Extension
ID adojojhmddiheilndfjlhddemdlfjfle
Offizielle URL https://chromewebstore.google.com/detail/finance41-extension/adojojhmddiheilndfjlhddemdlfjfle
Beschreibung Quickly enter transactions on Finance41 through a popup.
Dateigröße 78.04 KB
Installationsanzahl 2,040
Aktuelle Version 1.5.3
Letztes Update 2013-06-25
Veröffentlichungsdatum 2013-06-25
Bewertung 3.92/5 Insgesamt 25 Bewertungen
Entwickler https://finance41.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://finance41.com/app/
Unterstützte Sprachen 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"
}