Global Index Watch - Stock Markets
Watch how the global stock markets are doing at the touch of a button, literally..
Was ist Global Index Watch - Stock Markets?
Global Index Watch - Stock Markets ist eine Chrome-Erweiterung, die von Uday Kumar Pyda entwickelt wurde, und ihr Hauptmerkmal ist "Watch how the global stock markets are doing at the touch of a button, literally..".
Erweiterungsscreenshots
Global Index Watch - Stock Markets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Global Index Watch - Stock Markets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mjgpfpphpgdhgodebieknbmnlncfpnek |
Offizielle URL | https://chrome.google.com/webstore/detail/global-index-watch-stock/mjgpfpphpgdhgodebieknbmnlncfpnek |
Beschreibung | Watch how the global stock markets are doing at the touch of a button, literally.. |
Dateigröße | 136 KB |
Installationsanzahl | 994 |
Aktuelle Version | 1.4 |
Letztes Update | 2015-10-30 |
Veröffentlichungsdatum | 2015-10-30 |
Bewertung | 3.57/5 Insgesamt 23 Bewertungen |
Entwickler | Uday Kumar Pyda |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://udaysasi-gadgets.googlecode.com/svn/trunk/globalIndexWatchExtensionHelp.html |
Hilfeseite URL | http://groups.google.com/group/quickstockwatch |
Unterstützte Sprachen | 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" ] } |