Covered Call Calculator

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

Wat is Covered Call Calculator?

Covered Call Calculator is een Chrome-extensie ontwikkeld door Mike Veilleux, en de belangrijkste functie is "Investing with options couldn't be easier with this Covered Call Calculator.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Covered Call Calculator

Download Covered Call Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Covered Call Calculator Covered Call Calculator
ID bnokcaigbkipbpgnbdlohikcfkcjhjof
Officiële URL https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof
Beschrijving Investing with options couldn't be easier with this Covered Call Calculator.
Bestandsgrootte 254 KB
Aantal Installaties 18
Huidige Versie 0.2.5
Laatst Bijgewerkt 2017-01-02
Publicatiedatum 2017-01-02
Ontwikkelaar Mike Veilleux
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}