Live Quotes Portfolio
Live Quotes with a Nice Portfolio View & Target & stoploss Notifications
什么是Live Quotes Portfolio?
Live Quotes Portfolio是由xcelancer开发的Chrome扩展程序,该扩展的主要功能是“Live Quotes with a Nice Portfolio View & Target & stoploss Notifications”。
扩展截图
下载Live Quotes Portfolio扩展crx文件
下载Live Quotes Portfolio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Live Quotes Portfolio is a FREE Chrome Extension which keeps track of your stocks portfolio and also shows live stock quotes. It has following features :- 1. Target & Stoploss Notifications with Sound AND Red(Stoploss) and Green(Target) colors on the UI. 2. Sortable columns 3. Saves user Preferences 4. Shows Current Price, Daily Change, Investment(Cost * No. of Shares), Value(Current Price * No. of Shares), ROI (Value - Investment), %ROI (ROI / Investment) 5. works in background 6. Quotes update every 10 seconds 7. You can also set the Range of hours during which market prevails. 8. Symbols are same as google finance uses. 9. No Spamming and Advertising and there won't be any. Please add your reviews, issues and suggestions in the relevant sections. More detailed explanation can be found here:- http://mytrikks.blogspot.in/2015/12/live-quotes-portfolio-chrome-extension.html Git Hub:- https://github.com/Vikasg7/Live-Quotes-Portfolio
扩展基本信息
名称 | Live Quotes Portfolio |
ID | gdhegkcppceeagocbpfchphhojclpmif |
官方URL | https://chromewebstore.google.com/detail/live-quotes-portfolio/gdhegkcppceeagocbpfchphhojclpmif |
简介 | Live Quotes with a Nice Portfolio View & Target & stoploss Notifications |
文件大小 | 657 KB |
安装次数 | 1,647 |
当前版本 | 4.5.9 |
更新时间 | 2023-03-15 |
上架时间 | 2018-10-18 |
评分 | 3.68/5 共41次评分 |
开发者 | xcelancer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Quotes Portfolio", "description": "Live Quotes with a Nice Portfolio View & Target & stoploss Notifications", "version": "4.5.9", "icons": { "128": "dist\/assets\/icon128.png" }, "browser_action": { "default_title": "Live Quotes Portfolio", "default_popup": "dist\/popup\/index.html" }, "background": { "scripts": [ "dist\/bg\/bundle.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "dist\/*" ], "permissions": [ "https:\/\/www.alphavantage.co\/*", "notifications" ] } |