Malta Stock Stalker

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

Qu'est-ce que Malta Stock Stalker ?

Malta Stock Stalker est une extension Chrome développée par Azure Development, et sa fonction principale est "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Malta Stock Stalker

Téléchargez les fichiers d'extension Malta Stock Stalker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Malta Stock Stalker Malta Stock Stalker
ID mphjblbbahicjbpmkapdfaogefadhcmk
URL Officiel https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk
Description Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
Taille du Fichier 104 KB
Nombre d'Installations 14
Version Actuelle 0.0.44
Dernière Mise à Jour 2014-12-08
Date de Publication 2014-12-08
Évaluation 4.33/5 Total 6 Évaluations
Développeur Azure Development
Type de Paiement free
Site Web de l'Extension http://www.azure-web.com/development
Langues Prises en Charge 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
}