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은(는) Uday Kumar Pyda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch how the global stock markets are doing at the touch of a button, literally.."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Global Index Watch - Stock Markets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Global Index Watch - Stock Markets Global Index Watch - Stock Markets
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"
    ]
}