Covered Call Calculator

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

Was ist Covered Call Calculator?

Covered Call Calculator ist eine Chrome-Erweiterung, die von Mike Veilleux entwickelt wurde, und ihr Hauptmerkmal ist "Investing with options couldn't be easier with this Covered Call Calculator.".

Erweiterungsscreenshots

screenshot

Covered Call Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Covered Call Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Covered Call Calculator Covered Call Calculator
ID bnokcaigbkipbpgnbdlohikcfkcjhjof
Offizielle URL https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof
Beschreibung Investing with options couldn't be easier with this Covered Call Calculator.
Dateigröße 254 KB
Installationsanzahl 18
Aktuelle Version 0.2.5
Letztes Update 2017-01-02
Veröffentlichungsdatum 2017-01-02
Entwickler Mike Veilleux
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}