Bankin+
Bankin unofficial premium addons
Bankin+란 무엇입니까?
Bankin+은(는) Lefebvre Rémy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bankin unofficial premium addons"입니다.
확장 프로그램 스크린샷
Bankin+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension Description:
Bankin+ is an unofficial extension that enhances your Bankin experience. It adds advanced financial analysis tools to your Bankin account, including interactive charts, transaction export features, and much more.
Key Features:
Advanced Charts: provides you with line and sankey charts to visualize your financial transactions categories. These tools give you a clear understanding of your expenses and income by making them easily comprehensible.
Transaction Export: You can export all your transactions into a CSV or Excel file. These data are organized and categorized to facilitate their use in budget management tools or your own analyses.
Why choose ou solution for Bankin?
In-depth Understanding: Our analysis and visualization tools allow you to transform your raw data into actionable information, enabling you to understand and manage your finances more efficiently.
Security: We've designed Bankin+ with the utmost care for your safety. This unofficial extension neither stores nor accesses your banking information. All analyses and visualizations are performed locally on your browser.
Note: Bankin+ for Bankin is an unofficial extension. We are not affiliated with Bankin. 확장 프로그램 기본 정보
| 이름 | |
| ID | jeomdpldhaigmdbjobamliaipijhmiie |
| 공식 URL | https://chromewebstore.google.com/detail/bankin+/jeomdpldhaigmdbjobamliaipijhmiie |
| 설명 | Bankin unofficial premium addons |
| 파일 크기 | 140 KB |
| 설치 횟수 | 48 |
| 현재 버전 | 0.1.10.2 |
| 최근 업데이트 | 2024-02-12 |
| 출시 날짜 | 2023-03-05 |
| 평점 | 5.00/5 총 2 개의 평점 |
| 개발자 | Lefebvre Rémy |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/Thorfy/Bankin- |
| 도움말 페이지 URL | https://github.com/Thorfy/Bankin- |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bankin+",
"description": "Bankin unofficial premium addons",
"version": "0.1.10.2",
"author": "Remy Lefebvre",
"icons": {
"64": "asset\/icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "bg.js"
},
"permissions": [
"webRequest",
"storage",
"unlimitedStorage"
],
"web_accessible_resources": [
{
"resources": [
"asset\/Loading.gif",
"asset\/eye.png",
"asset\/eyeClose.png"
],
"matches": [
"https:\/\/*.bankin.com\/*"
]
}
],
"host_permissions": [
"https:\/\/*.bankin.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.bankin.com\/*"
],
"js": [
"js\/Evt.js",
"js\/Settings.js",
"js\/BankinData.js",
"js\/Hidder.js",
"js\/ChartData.js",
"js\/ChartData2.js",
"libs\/chart.js",
"libs\/chartjs-adapter-date-fns.js",
"libs\/chartjs-chart-sankey.js",
"injected.js"
]
}
]
} | |