Covered Call Calculator

Investing with options couldn't be easier with this Covered Call Calculator.

什麼是Covered Call Calculator?

Covered Call Calculator是由Mike Veilleux開發的Chrome擴展程式,該擴展的主要功能是“Investing with options couldn't be easier with this Covered Call Calculator.”。

擴展截圖

screenshot

下載Covered Call Calculator擴展crx文件

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

擴展使用說明

                        Covered Call Calculator helps you analyze covered call options for investing.  This calculator projects possible earnings by looking up a ticker symbol.                    

擴展基本資訊

名稱 Covered Call Calculator Covered Call Calculator
ID bnokcaigbkipbpgnbdlohikcfkcjhjof
官方網址 https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof
簡介 Investing with options couldn't be easier with this Covered Call Calculator.
檔案大小 254 KB
安裝次數 18
目前版本 0.2.5
更新時間 2017-01-02
上架時間 2017-01-02
開發者 Mike Veilleux
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Covered Call Calculator",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "Investing with options couldn't be easier with this Covered Call Calculator.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Covered Call Analyzer",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/*\/*",
        "",
        "storage"
    ]
}