Stock Beat
Real-time stock tracker
What is Stock Beat?
Stock Beat is a Chrome extension developed by Stock Beats, and its main feature is "Real-time stock tracker".
Extension Screenshots
Download Stock Beat Extension CRX File
Download Stock Beat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Stock Tracker
Extension Basic Information
Name | |
ID | mfbddmlklanomadngeciohljmjmcgkkl |
Official URL | https://chrome.google.com/webstore/detail/stock-beat/mfbddmlklanomadngeciohljmjmcgkkl |
Description | Real-time stock tracker |
File Size | 611 KB |
Installation Count | 77 |
Current Version | 0.0.46 |
Last Updated | 2015-05-26 |
Publish Date | 2015-05-26 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Stock Beats |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.46", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html", "persistent": false }, "omnibox": { "keyword": "stocks" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'" } |