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" } } |