Global Index Watch - Stock Markets

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

O que é Global Index Watch - Stock Markets?

Global Index Watch - Stock Markets é uma extensão do Chrome desenvolvida por Uday Kumar Pyda, e sua principal característica é "Watch how the global stock markets are doing at the touch of a button, literally..".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Global Index Watch - Stock Markets

Baixe arquivos de extensão Global Index Watch - Stock Markets no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Global Index Watch - Stock Markets Global Index Watch - Stock Markets
ID mjgpfpphpgdhgodebieknbmnlncfpnek
URL Oficial https://chrome.google.com/webstore/detail/global-index-watch-stock/mjgpfpphpgdhgodebieknbmnlncfpnek
Descrição Watch how the global stock markets are doing at the touch of a button, literally..
Tamanho do Arquivo 136 KB
Contagem de Instalações 994
Versão Atual 1.4
Última Atualização 2015-10-30
Data de Publicação 2015-10-30
Classificação 3.57/5 Total de 23 Avaliações
Desenvolvedor Uday Kumar Pyda
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://udaysasi-gadgets.googlecode.com/svn/trunk/globalIndexWatchExtensionHelp.html
URL da Página de Ajuda http://groups.google.com/group/quickstockwatch
Idiomas Suportados 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"
    ]
}