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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CMLviz Live Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } ] } |