Stockal

Stock Market Analysis

Stockal là gì?

Stockal là một tiện ích mở rộng Chrome được phát triển bởi stockalglobal, và tính năng chính của nó là "Stock Market Analysis".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stockal

Tải xuống các tệp mở rộng Stockal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Stockal Chrome plugin helps you see holistic investing signals from Stockal within your favorite financial websites such as Yahoo Finance, Google Finance, Market Watch etc.

Why holistic? Well, Stockal covers more ground for you than most other systems while making it easier for you to make informed investing decisions. For any stock you may be looking at, Stockal gets you the consensus expert opinion (Confidence Meter), news and trader chatter sentiment changes, social media pulse and company revenue forecast - all pre-processed and presented in easily digestable forms. So this a whole new dimension to the data you are already looking at on, say, Yahoo Finance.

The Stockal Plugin also gets you a live feed of trending stocks all the time to get you the additional benefit of discovering interesting investing opportunities while browsing your regular financial websites.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stockal Stockal
ID ihkpcecjckdnfklkjcnmafadoomnlgon
URL Chính Thức https://chrome.google.com/webstore/detail/stockal/ihkpcecjckdnfklkjcnmafadoomnlgon
Mô tả Stock Market Analysis
Kích Thước Tệp 383 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2017-02-17
Ngày Phát Hành 2017-02-17
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển stockalglobal
Loại Thanh Toán free
Trang Web Mở Rộng http://www.stockal.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stockal",
    "version": "3",
    "manifest_version": 2,
    "description": "Stock Market Analysis",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "stockal_button.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/finance.yahoo.com\/*\/*",
                "https:\/\/www.google.com\/finance*",
                "http:\/\/www.marketwatch.com\/*\/*",
                "https:\/\/finance.yahoo.com\/*\/*",
                "http:\/\/www.google.com\/finance*",
                "https:\/\/www.marketwatch.com\/*\/*",
                "http:\/\/www.marketwatch.com\/",
                "http:\/\/finance.yahoo.com\/"
            ],
            "js": [
                "jquery.js",
                "background.js",
                "sementicui.js",
                "jquerySliderOut.js"
            ],
            "css": [
                "sementicui.css",
                "main.css",
                "style.css",
                "icon.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        ""
    ]
}