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 là gì?

Global Index Watch - Stock Markets là một tiện ích mở rộng Chrome được phát triển bởi Uday Kumar Pyda, và tính năng chính của nó là "Watch how the global stock markets are doing at the touch of a button, literally..".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Global Index Watch - Stock Markets

Tải xuống các tệp mở rộng Global Index Watch - Stock Markets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Global Index Watch - Stock Markets Global Index Watch - Stock Markets
ID mjgpfpphpgdhgodebieknbmnlncfpnek
URL Chính Thức https://chrome.google.com/webstore/detail/global-index-watch-stock/mjgpfpphpgdhgodebieknbmnlncfpnek
Mô tả Watch how the global stock markets are doing at the touch of a button, literally..
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 994
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2015-10-30
Ngày Phát Hành 2015-10-30
Đánh Giá 3.57/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Uday Kumar Pyda
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://udaysasi-gadgets.googlecode.com/svn/trunk/globalIndexWatchExtensionHelp.html
URL Trang Trợ Giúp http://groups.google.com/group/quickstockwatch
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}