Covered Call Calculator
Investing with options couldn't be easier with this Covered Call Calculator.
Hvad er Covered Call Calculator?
Covered Call Calculator er en Chrome-udvidelse udviklet af Mike Veilleux, og dens hovedfunktion er "Investing with options couldn't be easier with this Covered Call Calculator.".
Udvidelsesskærmbilleder
Download Covered Call Calculator-udvidelses-CRX-fil
Download Covered Call Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Covered Call Calculator helps you analyze covered call options for investing. This calculator projects possible earnings by looking up a ticker symbol. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bnokcaigbkipbpgnbdlohikcfkcjhjof |
| Officiel URL | https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof |
| Beskrivelse | Investing with options couldn't be easier with this Covered Call Calculator. |
| Filstørrelse | 254 KB |
| Antal Installationer | 18 |
| Nuværende Version | 0.2.5 |
| Senest Opdateret | 2017-01-02 |
| Udgivelsesdato | 2017-01-02 |
| Udvikler | Mike Veilleux |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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:\/\/*\/*",
" | |