Finance41 Extension
Quickly enter transactions on Finance41 through a popup.
什么是Finance41 Extension?
Finance41 Extension是由https://finance41.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly enter transactions on Finance41 through a popup.”。
扩展截图
下载Finance41 Extension扩展crx文件
下载Finance41 Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Finance41 Extension |
ID | adojojhmddiheilndfjlhddemdlfjfle |
官方URL | https://chromewebstore.google.com/detail/finance41-extension/adojojhmddiheilndfjlhddemdlfjfle |
简介 | Quickly enter transactions on Finance41 through a popup. |
文件大小 | 78.04 KB |
安装次数 | 2,040 |
当前版本 | 1.5.3 |
更新时间 | 2013-06-25 |
上架时间 | 2013-06-25 |
评分 | 3.92/5 共25次评分 |
开发者 | https://finance41.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://finance41.com/app/ |
支持的语言 | 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" } |