Covered Call Calculator
This extension calculates returns when selling covered call options.
What is Covered Call Calculator?
Covered Call Calculator is a Chrome extension developed by luke.jeter, and its main feature is "This extension calculates returns when selling covered call options.".
Extension Screenshots
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
This is a simple tool used to calculate returns on covered call option short sales.
Extension Basic Information
Name | Covered Call Calculator |
ID | fagjccagloajajnfljbibgjgjgbohjbe |
Official URL | https://chromewebstore.google.com/detail/covered-call-calculator/fagjccagloajajnfljbibgjgjgbohjbe |
Description | This extension calculates returns when selling covered call options. |
File Size | 482 KB |
Installation Count | 49 |
Current Version | 0.2.1 |
Last Updated | 2015-11-18 |
Publish Date | 2015-11-17 |
Developer | luke.jeter |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Covered Call Calculator", "description": "This extension calculates returns when selling covered call options.", "version": "0.2.1", "permissions": [ "storage", "http:\/\/dev.markitondemand.com\/", "https:\/\/www.google-analytics.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |