Global Index Watch - Stock Markets
Watch how the global stock markets are doing at the touch of a button, literally..
Co je Global Index Watch - Stock Markets?
Global Index Watch - Stock Markets je rozšíření Chrome vyvinuté Uday Kumar Pyda, a jeho hlavní funkcí je „Watch how the global stock markets are doing at the touch of a button, literally..“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Global Index Watch - Stock Markets
Stáhněte si soubory rozšíření Global Index Watch - Stock Markets ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mjgpfpphpgdhgodebieknbmnlncfpnek |
Oficiální URL | https://chrome.google.com/webstore/detail/global-index-watch-stock/mjgpfpphpgdhgodebieknbmnlncfpnek |
Popis | Watch how the global stock markets are doing at the touch of a button, literally.. |
Velikost souboru | 136 KB |
Počet instalací | 994 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2015-10-30 |
Datum Vydání | 2015-10-30 |
Hodnocení | 3.57/5 Celkem 23 Hodnocení |
Vývojář | Uday Kumar Pyda |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://udaysasi-gadgets.googlecode.com/svn/trunk/globalIndexWatchExtensionHelp.html |
URL Stránky Nápovědy | http://groups.google.com/group/quickstockwatch |
Podporované Jazyky | 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" ] } |