Malta Stock Stalker
Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
Wat is Malta Stock Stalker?
Malta Stock Stalker is een Chrome-extensie ontwikkeld door Azure Development, en de belangrijkste functie is "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.".
Extensie Screenshots
Download het CRX-bestand van de extensie Malta Stock Stalker
Download Malta Stock Stalker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Malta Stock Stalker |
ID | mphjblbbahicjbpmkapdfaogefadhcmk |
Officiële URL | https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk |
Beschrijving | Instant access to the Malta Stock Exchange daily activity with added user defined notifications. |
Bestandsgrootte | 104 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.0.44 |
Laatst Bijgewerkt | 2014-12-08 |
Publicatiedatum | 2014-12-08 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Azure Development |
Betalingswijze | free |
Extensiewebsite | http://www.azure-web.com/development |
Ondersteunde Talen | 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 } |