Malta Stock Stalker

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

Malta Stock Stalkerคืออะไร?

Malta Stock Stalker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Azure Development และคุณลักษณะหลักของมันคือ "Instant access to the Malta Stock Exchange daily activity with added user defined notifications."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Malta Stock Stalker

ดาวน์โหลดไฟล์ส่วนขยาย Malta Stock Stalker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Malta Stock Stalker Malta Stock Stalker
ID mphjblbbahicjbpmkapdfaogefadhcmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk
คำอธิบาย Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.0.44
อัปเดตครั้งล่าสุด 2014-12-08
วันที่เผยแพร่ 2014-12-08
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Azure Development
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.azure-web.com/development
ภาษาที่รองรับ 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
}