Global Index Watch - Stock Markets
Watch how the global stock markets are doing at the touch of a button, literally..
Qu'est-ce que Global Index Watch - Stock Markets ?
Global Index Watch - Stock Markets est une extension Chrome développée par Uday Kumar Pyda, et sa fonction principale est "Watch how the global stock markets are doing at the touch of a button, literally..".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Global Index Watch - Stock Markets
Téléchargez les fichiers d'extension Global Index Watch - Stock Markets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mjgpfpphpgdhgodebieknbmnlncfpnek |
URL Officiel | https://chrome.google.com/webstore/detail/global-index-watch-stock/mjgpfpphpgdhgodebieknbmnlncfpnek |
Description | Watch how the global stock markets are doing at the touch of a button, literally.. |
Taille du Fichier | 136 KB |
Nombre d'Installations | 994 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2015-10-30 |
Date de Publication | 2015-10-30 |
Évaluation | 3.57/5 Total 23 Évaluations |
Développeur | Uday Kumar Pyda |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://udaysasi-gadgets.googlecode.com/svn/trunk/globalIndexWatchExtensionHelp.html |
URL de la Page d'Aide | http://groups.google.com/group/quickstockwatch |
Langues Prises en Charge | 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" ] } |