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..".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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" ] } |