CMLviz Live Quotes

Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.

CMLviz Live Quotes là gì?

CMLviz Live Quotes là một tiện ích mở rộng Chrome được phát triển bởi https://www.cmlviz.com, và tính năng chính của nó là "Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.".

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

screenshot

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

Tải xuống các tệp mở rộng CMLviz Live Quotes 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

                        Instantly turn cashtags into stock quotes across any website. Works great on Twitter. Hover over symbols like $AAPL, $TSLA, $SPX to see the current stock price according the the BATS exchange (may vary from other exchanges).

Click the popup to instantly get taken to a detailed page analyzing the stock in question.

Now when you read articles from Twitter and other websites, you won't have to wonder how the stock is doing on the day or if the news has moved the market. Just hover & discover the live stock price with CMLviz Live Quotes!

Completely free. Uses Google Analytics, no weird tracking or tricks. We just want you to click the bubble and visit CMLviz.com to learn more about us!                    

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

Tên CMLviz Live Quotes CMLviz Live Quotes
ID eicppadjepobkeghllggcbclbkbkmmkl
URL Chính Thức https://chromewebstore.google.com/detail/cmlviz-live-quotes/eicppadjepobkeghllggcbclbkbkmmkl
Mô tả Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.
Kích Thước Tệp 259 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 1.50
Cập Nhật Lần Cuối 2019-09-07
Ngày Phát Hành 2019-09-03
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.cmlviz.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CMLviz Live Quotes",
    "short_name": "CML Quotes",
    "description": "Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.",
    "version": "1.50",
    "page_action": {
        "default_icon": {
            "16": "images\/cml16.png",
            "32": "images\/cml32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/cml16.png",
        "48": "images\/cml48.png",
        "32": "images\/cml32.png",
        "128": "images\/cml128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "declarativeContent"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.4.1.min.js",
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}