Finance41 Extension
Quickly enter transactions on Finance41 through a popup.
Qu'est-ce que Finance41 Extension ?
Finance41 Extension est une extension Chrome développée par https://finance41.com, et sa fonction principale est "Quickly enter transactions on Finance41 through a popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Finance41 Extension
Téléchargez les fichiers d'extension Finance41 Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Finance41 Extension |
ID | adojojhmddiheilndfjlhddemdlfjfle |
URL Officiel | https://chromewebstore.google.com/detail/finance41-extension/adojojhmddiheilndfjlhddemdlfjfle |
Description | Quickly enter transactions on Finance41 through a popup. |
Taille du Fichier | 78.04 KB |
Nombre d'Installations | 2,040 |
Version Actuelle | 1.5.3 |
Dernière Mise à Jour | 2013-06-25 |
Date de Publication | 2013-06-25 |
Évaluation | 3.92/5 Total 25 Évaluations |
Développeur | https://finance41.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://finance41.com/app/ |
Langues Prises en Charge | 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" } |