Global Index Watch - Stock Markets

Watch how the global stock markets are doing at the touch of a button, literally..

Τι είναι το Global Index Watch - Stock Markets;

Το Global Index Watch - Stock Markets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Uday Kumar Pyda, και η κύρια λειτουργία του είναι "Watch how the global stock markets are doing at the touch of a button, literally..".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Global Index Watch - Stock Markets

Λήψη αρχείων επέκτασης Global Index Watch - Stock Markets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        If you are interested in finance, keep reading.. Most importantly if you are the kind of person who wants to be kept informed of the various stock markets around the world, then this extension is for you. With once click of a button, you can track the indices in the area you live or that interests you. You can pick and choose the countries whose indices you want to track. The extension can display the indices from most of the markets in North America, Latin America, Europe, Asia and Australia.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Global Index Watch - Stock Markets Global Index Watch - Stock Markets
ID mjgpfpphpgdhgodebieknbmnlncfpnek
Επίσημο URL https://chrome.google.com/webstore/detail/global-index-watch-stock/mjgpfpphpgdhgodebieknbmnlncfpnek
Περιγραφή Watch how the global stock markets are doing at the touch of a button, literally..
Μέγεθος Αρχείου 136 KB
Αριθμός Εγκαταστάσεων 994
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2015-10-30
Ημερομηνία Δημοσίευσης 2015-10-30
Αξιολόγηση 3.57/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής Uday Kumar Pyda
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://udaysasi-gadgets.googlecode.com/svn/trunk/globalIndexWatchExtensionHelp.html
Διεύθυνση URL της Σελίδας Βοήθειας http://groups.google.com/group/quickstockwatch
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Global Index Watch - Stock Markets",
    "version": "1.4",
    "description": "Watch how the global stock markets are doing at the touch of a button, literally..",
    "browser_action": {
        "default_icon": "stockIcon.png",
        "default_title": "Global Index Watch",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "48": "stockIcon48.png",
        "128": "stockIcon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/download.finance.yahoo.com\/*"
    ],
    "web_accessible_resources": [
        "stockIcon48.png"
    ]
}