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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Live Quotes Portfolio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}