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
官方URL 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"
    ]
}