Stock Calendar

Stock Calendar reminds you earnings dates of you stocks.

什麼是Stock Calendar?

Stock Calendar是由bummybum151開發的Chrome擴展程式,該擴展的主要功能是“Stock Calendar reminds you earnings dates of you stocks.”。

擴展截圖

screenshot
screenshot

下載Stock Calendar擴展crx文件

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

擴展使用說明

                        Stock Calendar reminds you earnings dates of you stocks.                    

擴展基本資訊

名稱 Stock Calendar Stock Calendar
ID nbofmheihmleebkjhljhhocfcgnffjam
官方網址 https://chromewebstore.google.com/detail/stock-calendar/nbofmheihmleebkjhljhhocfcgnffjam
簡介 Stock Calendar reminds you earnings dates of you stocks.
檔案大小 1.36 MB
安裝次數 275
目前版本 1.1.1
更新時間 2020-08-16
上架時間 2020-08-10
評分 3.50/5 共 4 次評分
開發者 bummybum151
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Calendar",
    "description": "Stock Calendar reminds you earnings dates of you stocks.",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Stock Calendar",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "https:\/\/finance.yahoo.com\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}