JanuszStock
Extension places marks next to stocks supported by Revolut on listings from Webull.com.
Wat is JanuszStock?
JanuszStock is een Chrome-extensie ontwikkeld door mpawlucz, en de belangrijkste functie is "Extension places marks next to stocks supported by Revolut on listings from Webull.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie JanuszStock
Download JanuszStock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | JanuszStock |
ID | gdfgnmaimdkfcemckghebebbnbdjigeo |
Officiële URL | https://chromewebstore.google.com/detail/januszstock/gdfgnmaimdkfcemckghebebbnbdjigeo |
Beschrijving | Extension places marks next to stocks supported by Revolut on listings from Webull.com. |
Bestandsgrootte | 47.99 KB |
Aantal Installaties | 70 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-07-15 |
Publicatiedatum | 2020-07-14 |
Ontwikkelaar | mpawlucz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mpawlucz/janusz-stock |
Help Pagina-URL | https://github.com/mpawlucz/janusz-stock/issues |
Ondersteunde Talen | 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" ] } ] } |