Malta Stock Stalker
Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
Was ist Malta Stock Stalker?
Malta Stock Stalker ist eine Chrome-Erweiterung, die von Azure Development entwickelt wurde, und ihr Hauptmerkmal ist "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.".
Erweiterungsscreenshots
Malta Stock Stalker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Malta Stock Stalker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mphjblbbahicjbpmkapdfaogefadhcmk |
| Offizielle URL | https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk |
| Beschreibung | Instant access to the Malta Stock Exchange daily activity with added user defined notifications. |
| Dateigröße | 104 KB |
| Installationsanzahl | 14 |
| Aktuelle Version | 0.0.44 |
| Letztes Update | 2014-12-08 |
| Veröffentlichungsdatum | 2014-12-08 |
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
| Entwickler | Azure Development |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.azure-web.com/development |
| Unterstützte Sprachen | 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
} | |