247 Finance

Get real time stock market information about your favorite stocks.

什麼是247 Finance?

247 Finance是由Galattic Cyberspace ltd開發的Chrome擴展程式,該擴展的主要功能是“Get real time stock market information about your favorite stocks.”。

擴展截圖

screenshot

下載247 Finance擴展crx文件

下載247 Finance擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 247 Finance 247 Finance
ID ncgkmbdpdlodaoenmbmphlghnbmegmkl
官方網址 https://chromewebstore.google.com/detail/247-finance/ncgkmbdpdlodaoenmbmphlghnbmegmkl
簡介 Get real time stock market information about your favorite stocks.
檔案大小 106 KB
安裝次數 33
目前版本 0.0.2
更新時間 2021-12-27
上架時間 2021-12-26
評分 4.00/5 共 4 次評分
開發者 Galattic Cyberspace ltd
電子郵箱 [email protected]
付費類型 free
擴展官網 http://247.finance/
說明頁面URL http://247.finance/contact-us
隱私政策頁面URL http://247.finance/privacy
支援的語言 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"
    }
}