RobinHood Portfolio Export CSV/Excel(Updated)

CSV/Excel export from Robinhood Stocks provides a customized report of your stock shares for easy portfolio calculations.

RobinHood Portfolio Export CSV/Excel(Updated)คืออะไร?

RobinHood Portfolio Export CSV/Excel(Updated) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย portfolioexporter.com และคุณลักษณะหลักของมันคือ "CSV/Excel export from Robinhood Stocks provides a customized report of your stock shares for easy portfolio calculations."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RobinHood Portfolio Export CSV/Excel(Updated)

ดาวน์โหลดไฟล์ส่วนขยาย RobinHood Portfolio Export CSV/Excel(Updated) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Create an Excel or Google Sheets file for your portfolio and keep track of your current 

STOCKS: Shares, Cost per share, Average Cost, Daily Returns, Dividends, Analyst Ratings, Equity, History
CRYPTOCURRENCY: Shares (Crypto downloads into a separate CVS file)

------NEW RELEASE----

#1 BASIC: Strictly current stock info   

#2 SUBSCRIPTION**: Current stock info, analyst ratings, dividends, and cryptocurrencies (Crypto downloads into a separate CSV file), history (stocks only), and Google Sheets

----GOOGLE SHEETS----- Provides current stock data in REAL TIME that includes stocks, dividends, analyst ratings along with graphs for better understanding through a secure connection with your personal Google platform. 
----------------------------------

Did not find what you are looking for? Fill out this survey: 
https://forms.gle/v5s457WLamNsmP2s6

This one click extension is the easiest way to export your stocks to an excel file. Easily upload this csv to any stock tracker to avoid manual entry for each stock/crypto.

**Monthly or yearly subscriptions available. Will auto-renew, but cancellation is simple by contacting us at [email protected]**

(Security complied) Detailed Terms of Use and Privacy Policy located at https://portfolioexporter.com/ 

This extension is not affiliated with Robinhood Markets, Inc or it's subsidiaries. Robinhood is a trademark of Robinhood Markets, Inc.

©️ 2005-2021 All rights reserved                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RobinHood Portfolio Export CSV/Excel(Updated) RobinHood Portfolio Export CSV/Excel(Updated)
ID lommmglapmfnnihkhinbifkdojfhadgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/robinhood-portfolio-expor/lommmglapmfnnihkhinbifkdojfhadgh
คำอธิบาย CSV/Excel export from Robinhood Stocks provides a customized report of your stock shares for easy portfolio calculations.
ขนาดไฟล์ 76.13 KB
จำนวนการติดตั้ง 5,345
เวอร์ชันปัจจุบัน 4.7
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2020-07-25
คะแนน 3.89/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา portfolioexporter.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://portfolioexporter.com/
URL หน้าช่วยเหลือ https://portfolioexporter.com/
URL หน้านโยบายความเป็นส่วนตัว https://portfolioexporter.com/PrivacyPolicy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RobinHood Portfolio Export CSV\/Excel(Updated)",
    "version": "4.7",
    "description": "CSV\/Excel export from Robinhood Stocks provides a customized report of your stock shares for easy portfolio calculations.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "512": "icon512.png"
    },
    "page_action": {
        "default_icon": "icon512.png",
        "default_popup": "popup\/popup.html",
        "default_title": "RobinHood Portfolio Export CSV\/Excel(Updated)"
    },
    "permissions": [
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "*:\/\/*.robinhood.com\/*",
        "webRequest",
        "webRequestBlocking",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portfolioexporter.com\/redirect.html*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "oauth2\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.ravenjs.com\/3.26.4\/raven.min.js https:\/\/js.stripe.com\/v3\/; object-src 'self'"
}