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)은(는) portfolioexporter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CSV/Excel export from Robinhood Stocks provides a customized report of your stock shares for easy portfolio calculations."입니다.
확장 프로그램 스크린샷
RobinHood Portfolio Export CSV/Excel(Updated) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
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'" } |