Robinhood Better Reports

Invest better with the Robinhood Better Reports

Robinhood Better Reports là gì?

Robinhood Better Reports là một tiện ích mở rộng Chrome được phát triển bởi Goodnight Journal, và tính năng chính của nó là "Invest better with the Robinhood Better Reports".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Robinhood Better Reports

Tải xuống các tệp mở rộng Robinhood Better Reports 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

                        🚀🌖 Unleash the full potential of your trading with Robinhood Better Reports 🚀🌖

Say goodbye to manual calculations and spreadsheets. 

Our robust report generator delivers comprehensive insights into your trading history, including stocks, options, crypto, dividends, margin interest, and subscription fees. 

With a single click, access valuable information such as your total profits and losses, performance graphs, and easily download CSV files with data arranged by time duration."


✅ View your total Profit/Loss of all trading transactions by selecting a time duration
    - All time
    - Yearly
    - Monthly
    - Weekly
    - Daily
✅ Download a CSV file of all your trades, categorized by time duration
✅ Quickly analyze and visualize your trading performance through tables and line graphs
✅ Tracking the Wins and Losses of P/L trades across different time durations(Because it is essential for evaluating performance and making informed trading decisions)

Enhance your trading strategy and make smarter decisions with Robinhood Better Reports.


v 0.3.0 (coming soon)
- Options assignment P/L calculation v2

v 0.2.8 (current version)
- Win amount and loss amount

v 0.2.7
- Remove trade without execution(orders places but not executed)
- Graph time duration update

v 0.2.6
- Better d3 graph with scrollable x axis
- Trading performance(see wins and Losses of trading history)

v 0.2.5
- Seperate subscription fees and margin interest from Fees
- Crypto bug fix
- New full page layout

v 0.2.4
- unlimitedStorage added
- Blur your name on click
- P/L calculation NaN fallback

v 0.2.3
- Options calculation(put credit spread P/L calculation fix)

v 0.2.2
- Faster data sync

v 0.2.1
- Data sync error message added

v 0.2.0
- See at a glance the profit and loss highlights of each trade
- Improved speed and accuracy of calculations

v 0.1.2
- Options trading legs
- Options trading execution prices

v 0.1.1
- Sync data bug fix
- Better graph                    

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

Tên Robinhood Better Reports Robinhood Better Reports
ID dfaibkibpchpldgoaokecbinbnandggc
URL Chính Thức https://chrome.google.com/webstore/detail/robinhood-better-reports/dfaibkibpchpldgoaokecbinbnandggc
Mô tả Invest better with the Robinhood Better Reports
Kích Thước Tệp 508 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.2.8
Cập Nhật Lần Cuối 2023-06-10
Ngày Phát Hành 2023-01-02
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Goodnight Journal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Robinhood Better Reports",
    "description": "Invest better with the Robinhood Better Reports",
    "version": "0.2.8",
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.robinhood.com\/*"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.robinhood.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Robinhood Better Reports",
        "default_icon": {
            "16": "images\/robinhood-better-reports-16.png",
            "32": "images\/robinhood-better-reports-32.png",
            "48": "images\/robinhood-better-reports-48.png",
            "128": "images\/robinhood-better-reports-128.png"
        }
    },
    "icons": {
        "16": "images\/robinhood-better-reports-16.png",
        "32": "images\/robinhood-better-reports-32.png",
        "48": "images\/robinhood-better-reports-48.png",
        "128": "images\/robinhood-better-reports-128.png"
    }
}