nabtrade market monitor

nabtrade market monitor

What is nabtrade market monitor?

nabtrade market monitor is a Chrome extension developed by https://learn.nabtrade.com.au, and its main feature is "nabtrade market monitor".

Extension Screenshots

screenshot

Download nabtrade market monitor Extension CRX File

Download nabtrade market monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The nabtrade market monitor browser extension allows you to get quotes, monitor your watchlists and keep an eye on the markets while you're browsing the internet.
 
You can search for, add and monitor up to 12 ASX symbols, including companies and indices. nabtrade's market monitor browser extension also includes price sensitive announcements on watched companies, including a link through to a PDF of the announcement (announcements are delayed by 20 minutes).
 
The browser extension includes a default watchlist of symbols (NAB, BHP, ASX) and 3 indices:
- All Ordinaries (displaying real time data)
- DJIA (displaying end of day data)
- FTSE 100 (displaying 20 minute delayed data)

Please note all quotes display 20 minute delayed data.                    

Extension Basic Information

Name nabtrade market monitor nabtrade market monitor
ID iogbcffiommjcnhinhophonjbonlodfn
Official URL https://chromewebstore.google.com/detail/nabtrade-market-monitor/iogbcffiommjcnhinhophonjbonlodfn
Description nabtrade market monitor
File Size 180 KB
Installation Count 179
Current Version 1.0.9158
Last Updated 2013-08-23
Publish Date 2013-08-23
Rating 2.11/5 Total 9 Ratings
Developer https://learn.nabtrade.com.au
Payment Type free
Extension Website https://nabtrade.com.au
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nabtrade market monitor",
    "manifest_version": 2,
    "description": "nabtrade market monitor",
    "icons": {
        "16": "core\/icon_16.png",
        "48": "core\/icon_48.png",
        "128": "core\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "core\/icon.png",
        "default_popup": "core\/popup.html"
    },
    "background": {
        "page": "core\/back.html"
    },
    "offline_enabled": false,
    "permissions": [
        "http:\/\/research.nabtrade.com.au\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.0.9158"
}