EZ Stocks: Just simple financial positions
Seriously simple stock position reader
EZ Stocks: Just simple financial positionsคืออะไร?
EZ Stocks: Just simple financial positions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonny Perez และคุณลักษณะหลักของมันคือ "Seriously simple stock position reader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZ Stocks: Just simple financial positions
ดาวน์โหลดไฟล์ส่วนขยาย EZ Stocks: Just simple financial positions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |