Fidelity to Xero Journal Entry

Accelerate you or your client's investment accounting with Xero

Apa itu Fidelity to Xero Journal Entry?

Fidelity to Xero Journal Entry adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Accelerate you or your client's investment accounting with Xero".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fidelity to Xero Journal Entry

Unduh file ekstensi Fidelity to Xero Journal Entry dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fidelity to Xero Journal Entry Fidelity to Xero Journal Entry
ID hdpefbjlkddmkbccdbjidpcnbgonhomh
URL Resmi https://chromewebstore.google.com/detail/fidelity-to-xero-journal/hdpefbjlkddmkbccdbjidpcnbgonhomh
Deskripsi Accelerate you or your client's investment accounting with Xero
Ukuran File 416 KB
Jumlah Instalasi 21
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2020-05-28
Tanggal Publikasi 2020-05-27
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}