Live Quotes Portfolio

Live Quotes with a Nice Portfolio View & Target & stoploss Notifications

Τι είναι το Live Quotes Portfolio;

Το Live Quotes Portfolio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xcelancer, και η κύρια λειτουργία του είναι "Live Quotes with a Nice Portfolio View & Target & stoploss Notifications".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Live Quotes Portfolio

Λήψη αρχείων επέκτασης 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 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"
    ]
}