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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accelerate you or your client's investment accounting with Xero"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fidelity to Xero Journal Entry एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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