EZ Stocks: Just simple financial positions
Seriously simple stock position reader
EZ Stocks: Just simple financial positions란 무엇입니까?
EZ Stocks: Just simple financial positions은(는) Jonny Perez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seriously simple stock position reader"입니다.
확장 프로그램 스크린샷
EZ Stocks: Just simple financial positions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
8/6/23: back from vacation. Updated the tool to allow stock removal. Sorry for the delay. 6/19/2023: Got help with finding a new free stock fetching API. Thanks to Peter! I added a lightmode and darkmode for y'all! I have seen a lot of extensions for looking at the stock market that just don't work. Some work but are too complicated and do too much for a casual user. This is my solution to that. Artwork: Caity: www.imcaity.com API: FinnHubb.io 6/14/2023: Unfortunately the API I use for retrieving stock data has moved to a paid service. I'm not gonna show you guys ads and I am not gonna pay out of my pocket for it so.... I think we're toast. It's been a fun couple of years. Thanks for using the toolbar. 1/30/22: Updated the list which retrieves the stocks. Now implementing NASDAQ & NYSE. You may now search by stock symbol. 2/26/20: The API we're using is erroring out, currently working on it. Sorry for the delay. 10/1/19: updated stock fetching so you can add stocks again! 6/17/19: API bit the dust. I found a way around it, but it looks like free options are going away.... any angel investors? :) 1/24/2019: Added sorting and a new color scheme. 1/17/2019: After Robinhood API betrayed us and stopped allowing public use of their API... we had to find a new one! IEXtrading swooped in and saved us. Coming soon is being able to reorder the stocks. Hey how about I throw in charts too? Everyone loves a good pie... chart.
확장 프로그램 기본 정보
이름 | EZ Stocks: Just simple financial positions |
ID | lkhffmkpoaoiilajkkmkekaapeobaamo |
공식 URL | https://chromewebstore.google.com/detail/ez-stocks-just-simple-fin/lkhffmkpoaoiilajkkmkekaapeobaamo |
설명 | Seriously simple stock position reader |
파일 크기 | 1.41 MB |
설치 횟수 | 544 |
현재 버전 | 6.2 |
최근 업데이트 | 2023-08-07 |
출시 날짜 | 2020-02-26 |
평점 | 3.71/5 총 14 개의 평점 |
개발자 | Jonny Perez |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "EZ Stocks", "name": "EZ Stocks: Just simple financial positions", "version": "6.2", "description": "Seriously simple stock position reader", "manifest_version": 3, "action": { "default_popup": ".\/index.html", "default_icon": { "16": ".\/16EZ.png", "48": ".\/48EZ.png", "128": ".\/128EZ.png" } }, "icons": { "16": ".\/16EZ.png", "48": ".\/48EZ.png", "128": ".\/128EZ.png" }, "content_security_policy": { "script-src": "self" } } |