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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |