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란 무엇입니까?

CMLviz Live Quotes은(는) https://www.cmlviz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page."입니다.

확장 프로그램 스크린샷

screenshot

CMLviz Live Quotes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 CMLviz Live Quotes CMLviz Live Quotes
ID eicppadjepobkeghllggcbclbkbkmmkl
공식 URL https://chromewebstore.google.com/detail/cmlviz-live-quotes/eicppadjepobkeghllggcbclbkbkmmkl
설명 Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.
파일 크기 259 KB
설치 횟수 181
현재 버전 1.50
최근 업데이트 2019-09-07
출시 날짜 2019-09-03
평점 3.40/5 총 5 개의 평점
개발자 https://www.cmlviz.com
결제 유형 free
지원되는 언어 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"
        }
    ]
}