Covered Call Calculator

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

What is Covered Call Calculator?

Covered Call Calculator is a Chrome extension developed by Mike Veilleux, and its main feature is "Investing with options couldn't be easier with this Covered Call Calculator.".

Extension Screenshots

screenshot

Download Covered Call Calculator Extension CRX File

Download Covered Call Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Covered Call Calculator Covered Call Calculator
ID bnokcaigbkipbpgnbdlohikcfkcjhjof
Official URL https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof
Description Investing with options couldn't be easier with this Covered Call Calculator.
File Size 254 KB
Installation Count 18
Current Version 0.2.5
Last Updated 2017-01-02
Publish Date 2017-01-02
Developer Mike Veilleux
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}