Fidelity to Xero Journal Entry

Accelerate you or your client's investment accounting with Xero

Fidelity to Xero Journal Entry là gì?

Fidelity to Xero Journal Entry là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Accelerate you or your client's investment accounting with Xero".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fidelity to Xero Journal Entry

Tải xuống các tệp mở rộng Fidelity to Xero Journal Entry dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fidelity to Xero Journal Entry Fidelity to Xero Journal Entry
ID hdpefbjlkddmkbccdbjidpcnbgonhomh
URL Chính Thức https://chromewebstore.google.com/detail/fidelity-to-xero-journal/hdpefbjlkddmkbccdbjidpcnbgonhomh
Mô tả Accelerate you or your client's investment accounting with Xero
Kích Thước Tệp 416 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2020-05-28
Ngày Phát Hành 2020-05-27
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}