JanuszStock
Extension places marks next to stocks supported by Revolut on listings from Webull.com.
What is JanuszStock?
JanuszStock is a Chrome extension developed by mpawlucz, and its main feature is "Extension places marks next to stocks supported by Revolut on listings from Webull.com.".
Extension Screenshots
Download JanuszStock Extension CRX File
Download JanuszStock 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
Extension places small marks next to stocks supported by Revolut on listings from Webull.com. This way you can make use of great data/analytics tools provided by Webull and still trade your stocks on Revolut.
Extension Basic Information
Name | JanuszStock |
ID | gdfgnmaimdkfcemckghebebbnbdjigeo |
Official URL | https://chromewebstore.google.com/detail/januszstock/gdfgnmaimdkfcemckghebebbnbdjigeo |
Description | Extension places marks next to stocks supported by Revolut on listings from Webull.com. |
File Size | 47.99 KB |
Installation Count | 70 |
Current Version | 1.0.0 |
Last Updated | 2020-07-15 |
Publish Date | 2020-07-14 |
Developer | mpawlucz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mpawlucz/janusz-stock |
Help Page URL | https://github.com/mpawlucz/janusz-stock/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "49", "name": "JanuszStock", "description": "Extension places marks next to stocks supported by Revolut on listings from Webull.com.", "version": "1.0.0", "icons": { "16": "media\/js16.png", "48": "media\/js48.png", "64": "media\/js.png", "128": "media\/js128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "JanuszStock" }, "permissions": [ "https:\/\/app.webull.com\/*" ], "background": { "scripts": [ "3rd-party\/jquery-3.2.1.min.js", "3rd-party\/jquery.csv.min.js", "bgp.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/app.webull.com\/*" ], "js": [ "3rd-party\/jquery-3.2.1.min.js", "content_webull.js" ] } ] } |