JanuszStock

Extension places marks next to stocks supported by Revolut on listings from Webull.com.

Hvad er JanuszStock?

JanuszStock er en Chrome-udvidelse udviklet af mpawlucz, og dens hovedfunktion er "Extension places marks next to stocks supported by Revolut on listings from Webull.com.".

Udvidelsesskærmbilleder

screenshot

Download JanuszStock-udvidelses-CRX-fil

Download JanuszStock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn JanuszStock JanuszStock
ID gdfgnmaimdkfcemckghebebbnbdjigeo
Officiel URL https://chromewebstore.google.com/detail/januszstock/gdfgnmaimdkfcemckghebebbnbdjigeo
Beskrivelse Extension places marks next to stocks supported by Revolut on listings from Webull.com.
Filstørrelse 47.99 KB
Antal Installationer 70
Nuværende Version 1.0.0
Senest Opdateret 2020-07-15
Udgivelsesdato 2020-07-14
Udvikler mpawlucz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/mpawlucz/janusz-stock
Hjælpeside-URL https://github.com/mpawlucz/janusz-stock/issues
Understøttede Sprog 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"
            ]
        }
    ]
}