Malta Stock Stalker

Instant access to the Malta Stock Exchange daily activity with added user defined notifications.

What is Malta Stock Stalker?

Malta Stock Stalker is a Chrome extension developed by Azure Development, and its main feature is "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Malta Stock Stalker Extension CRX File

Download Malta Stock Stalker 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

                        Instant access to daily stock activity.

Select a favourite stock and get notified on all activity.

Set notifications for user defined threshold limits on your favourite stock.                    

Extension Basic Information

Name Malta Stock Stalker Malta Stock Stalker
ID mphjblbbahicjbpmkapdfaogefadhcmk
Official URL https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk
Description Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
File Size 104 KB
Installation Count 14
Current Version 0.0.44
Last Updated 2014-12-08
Publish Date 2014-12-08
Rating 4.33/5 Total 6 Ratings
Developer Azure Development
Payment Type free
Extension Website http://www.azure-web.com/development
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Malta Stock Stalker",
    "short_name": "Malta Stock",
    "version": "0.0.44",
    "description": "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.",
    "background": {
        "scripts": [
            "jquery.tools.min.js",
            "ga.js",
            "lib.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.borzamalta.com.mt\/*",
        "http:\/\/www.depomalta.com.mt\/*",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "name": "Malta Stock Stalker",
        "default_popup": "popup.htm",
        "default_icon": "images\/mss.jpg"
    },
    "icons": {
        "16": "images\/mss.jpg",
        "48": "images\/mss.jpg",
        "128": "images\/mss.jpg"
    },
    "web_accessible_resources": [
        "up.png",
        "down.png",
        "images\/yes.png",
        "images\/no.png",
        "images\/refresh_icon.png",
        "update.png",
        "images\/news.png"
    ],
    "manifest_version": 2
}