Malta Stock Stalker

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

Malta Stock Stalker란 무엇입니까?

Malta Stock Stalker은(는) Azure Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant access to the Malta Stock Exchange daily activity with added user defined notifications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Malta Stock Stalker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}