247 Finance

Get real time stock market information about your favorite stocks.

247 Finance là gì?

247 Finance là một tiện ích mở rộng Chrome được phát triển bởi Galattic Cyberspace ltd, và tính năng chính của nó là "Get real time stock market information about your favorite stocks.".

Ả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 247 Finance

Tải xuống các tệp mở rộng 247 Finance 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

                        Get real time stock market information about your favorite stocks.

247 Finance Toolbar is a lightweight and useful add-on designed for getting a quick peek of your favorite stocks.                    

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

Tên 247 Finance 247 Finance
ID ncgkmbdpdlodaoenmbmphlghnbmegmkl
URL Chính Thức https://chromewebstore.google.com/detail/247-finance/ncgkmbdpdlodaoenmbmphlghnbmegmkl
Mô tả Get real time stock market information about your favorite stocks.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-12-27
Ngày Phát Hành 2021-12-26
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Galattic Cyberspace ltd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://247.finance/
URL Trang Trợ Giúp http://247.finance/contact-us
URL Trang Chính Sách Bảo Mật http://247.finance/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "247 Finance",
    "author": "Galattic Cyberspace ltd",
    "version": "0.0.2",
    "description": "Get real time stock market information about your favorite stocks.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "28": "icons\/icon28.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "28": "icons\/icon28.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "96": "icons\/icon96.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "247 Finance",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "chrome_url_overrides": {
        "newtab": "options.html"
    }
}