Malta Stock Stalker

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

Cos'è Malta Stock Stalker?

Malta Stock Stalker è un'estensione di Chrome sviluppata da Azure Development, e la sua funzione principale è "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Malta Stock Stalker

Scarica i file di estensione Malta Stock Stalker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Malta Stock Stalker Malta Stock Stalker
ID mphjblbbahicjbpmkapdfaogefadhcmk
URL Ufficiale https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk
Descrizione Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
Dimensione del File 104 KB
Conteggio Installazioni 14
Versione Corrente 0.0.44
Ultimo Aggiornamento 2014-12-08
Data di Pubblicazione 2014-12-08
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore Azure Development
Tipo di Pagamento free
Sito Web dell'Estensione http://www.azure-web.com/development
Lingue Supportate 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
}