Covered Call Calculator

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

Qu'est-ce que Covered Call Calculator ?

Covered Call Calculator est une extension Chrome développée par Mike Veilleux, et sa fonction principale est "Investing with options couldn't be easier with this Covered Call Calculator.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Covered Call Calculator

Téléchargez les fichiers d'extension Covered Call Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Covered Call Calculator Covered Call Calculator
ID bnokcaigbkipbpgnbdlohikcfkcjhjof
URL Officiel https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof
Description Investing with options couldn't be easier with this Covered Call Calculator.
Taille du Fichier 254 KB
Nombre d'Installations 18
Version Actuelle 0.2.5
Dernière Mise à Jour 2017-01-02
Date de Publication 2017-01-02
Développeur Mike Veilleux
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}