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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch how the global stock markets are doing at the touch of a button, literally.."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Global Index Watch - Stock Markets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |