Fidelity to Xero Journal Entry
Accelerate you or your client's investment accounting with Xero
什么是Fidelity to Xero Journal Entry?
Fidelity to Xero Journal Entry是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Accelerate you or your client's investment accounting with Xero”。
扩展截图
下载Fidelity to Xero Journal Entry扩展crx文件
下载Fidelity to Xero Journal Entry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scrape Fidelity brokerage data from Fidelity HTML statements to a CSV file ready for import to Xero as a journal entry. Code the statement to Xero G/L accounts once and re-use each month to use Xero as your personal budgeting and financial statement preparation tool. This extension scrapes: Cash movements Taxable interest and dividends Gains Nontaxable interest and dividends
扩展基本信息
名称 | Fidelity to Xero Journal Entry |
ID | hdpefbjlkddmkbccdbjidpcnbgonhomh |
官方URL | https://chromewebstore.google.com/detail/fidelity-to-xero-journal/hdpefbjlkddmkbccdbjidpcnbgonhomh |
简介 | Accelerate you or your client's investment accounting with Xero |
文件大小 | 416 KB |
安装次数 | 21 |
当前版本 | 0.0.4 |
更新时间 | 2020-05-28 |
上架时间 | 2020-05-27 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fidelity to Xero Journal Entry", "version": "0.0.4", "description": "Accelerate you or your client's investment accounting with Xero", "homepage_url": "https:\/\/template", "manifest_version": 2, "permissions": [ "tabs", "storage", "*:\/\/*.fidelity.com\/*" ], "content_scripts": [ { "all_frames": false, "js": [ "js\/contentBundle.js" ], "matches": [ "*:\/\/*.fidelity.com\/*" ], "run_at": "document_start" } ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon-16x16.png", "default_popup": "popup\/popup.html", "default_title": "Accelerate you or your client's investment accounting with Xero" }, "icons": { "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" } } |