JanuszStock

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

JanuszStock là gì?

JanuszStock là một tiện ích mở rộng Chrome được phát triển bởi mpawlucz, và tính năng chính của nó là "Extension places marks next to stocks supported by Revolut on listings from Webull.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JanuszStock

Tải xuống các tệp mở rộng JanuszStock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JanuszStock JanuszStock
ID gdfgnmaimdkfcemckghebebbnbdjigeo
URL Chính Thức https://chromewebstore.google.com/detail/januszstock/gdfgnmaimdkfcemckghebebbnbdjigeo
Mô tả Extension places marks next to stocks supported by Revolut on listings from Webull.com.
Kích Thước Tệp 47.99 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-07-15
Ngày Phát Hành 2020-07-14
Nhà Phát Triển mpawlucz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mpawlucz/janusz-stock
URL Trang Trợ Giúp https://github.com/mpawlucz/janusz-stock/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}