Malta Stock Stalker

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

Hvad er Malta Stock Stalker?

Malta Stock Stalker er en Chrome-udvidelse udviklet af Azure Development, og dens hovedfunktion er "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Malta Stock Stalker-udvidelses-CRX-fil

Download Malta Stock Stalker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Malta Stock Stalker Malta Stock Stalker
ID mphjblbbahicjbpmkapdfaogefadhcmk
Officiel URL https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk
Beskrivelse Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
Filstørrelse 104 KB
Antal Installationer 14
Nuværende Version 0.0.44
Senest Opdateret 2014-12-08
Udgivelsesdato 2014-12-08
Bedømmelse 4.33/5 Samlet 6 Bedømmelser
Udvikler Azure Development
Betalingsmetode free
Udvidelseswebsted http://www.azure-web.com/development
Understøttede Sprog 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
}