Fidelity to Xero Journal Entry
Accelerate you or your client's investment accounting with Xero
O que é Fidelity to Xero Journal Entry?
Fidelity to Xero Journal Entry é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Accelerate you or your client's investment accounting with Xero".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fidelity to Xero Journal Entry
Baixe arquivos de extensão Fidelity to Xero Journal Entry no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Fidelity to Xero Journal Entry |
ID | hdpefbjlkddmkbccdbjidpcnbgonhomh |
URL Oficial | https://chromewebstore.google.com/detail/fidelity-to-xero-journal/hdpefbjlkddmkbccdbjidpcnbgonhomh |
Descrição | Accelerate you or your client's investment accounting with Xero |
Tamanho do Arquivo | 416 KB |
Contagem de Instalações | 21 |
Versão Atual | 0.0.4 |
Última Atualização | 2020-05-28 |
Data de Publicação | 2020-05-27 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |