Sharesight: Portfolio Snapshot & Quick Access
List all your Sharesight portfolios
Sharesight: Portfolio Snapshot & Quick Accessคืออะไร?
Sharesight: Portfolio Snapshot & Quick Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sharesight Ltd และคุณลักษณะหลักของมันคือ "List all your Sharesight portfolios"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sharesight: Portfolio Snapshot & Quick Access
ดาวน์โหลดไฟล์ส่วนขยาย Sharesight: Portfolio Snapshot & Quick Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This FREE Chrome extension lets you: * See your portfolio performance in just 1-click * Quickly view portfolio returns over various time periods * Quickly jump into the main Sharesight application Click on any portfolio listing in order to: * Access all holding data (including buys/sells, DRPs, automatically loaded dividends & other corporate actions) * View easy-to-read performance charts & graphs * Run powerful performance & tax reports GETTING STARTED----------------------------------- If you already have a Sharesight account, simply login and watch as your portfolios load automatically. If you do not have a Sharesight account, simply click the "Signup with Google" button, and follow the prompts to import your trading history, then watch as Sharesight automatically backfills dividends and other corporate actions. You may track up to 10 stocks, FREE for life! Learn more at sharesight.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pfimpdiimllhdejcfpfbjicinjieicha |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sharesight-portfolio-snap/pfimpdiimllhdejcfpfbjicinjieicha |
คำอธิบาย | List all your Sharesight portfolios |
ขนาดไฟล์ | 204 KB |
จำนวนการติดตั้ง | 205 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2016-09-22 |
วันที่เผยแพร่ | 2016-09-22 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Sharesight Ltd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.sharesight.com |
URL หน้าช่วยเหลือ | http://help.sharesight.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.sharesight.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "name": "Sharesight: Portfolio Snapshot & Quick Access", "short_name": "Sharesight", "description": "List all your Sharesight portfolios", "version": "1.0.5", "icons": { "128": "chrome-icons\/sharesight-ico-extension-128.png", "100": "chrome-icons\/sharesight-ico-extension-100.png", "50": "chrome-icons\/sharesight-ico-extension-50.png", "48": "chrome-icons\/sharesight-ico-extension-48.png", "32": "chrome-icons\/sharesight-ico-extension-32.png", "16": "chrome-icons\/sharesight-ico-extension-16.png" }, "permissions": [ "identity", "https:\/\/ssl.gstatic.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/", "https:\/\/sharesight.com\/", "https:\/\/portfolio.sharesight.com\/" ], "oauth2": { "client_id": "340525676273-bmr379dn7evvoh2p0a8mcrudmvnjg0gh.apps.googleusercontent.com", "scopes": [ "profile" ] }, "browser_action": { "default_icon": "chrome-icons\/sharesight-ico-32.png", "default_popup": "index.html" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn\/Tni0eISPHf8oFUb5bBO4iokNT\/h+gUa20eNYjdJIN1U6uZyVYAtySZSnlY+\/t1r1NUMEW5LD3X5tgZcHRO4dmE8JbQmCY98mBAjxLU9jvnu27u6QZ9kqLr5BFHBJJgE9R1ONoBzWYQIRkME+4bvAajI99Z8U898wFAQEvUaYia8zWRzjUVP2pDw64GIVsP96tahn8I7i\/EZMSe+ri5gFWqRrM8BlovZYE4\/U8daymzBOVH3YuIIjfZc0qbAIJNCJaqr+yGiCie9Cd1xHTc8jIcddCxuv2dG1CgNRIZWezEpq730HGv\/ZUxHvMuIwNdj84nShYaBq97HbNV9Zyu5wIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |