Covered Call Calculator

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

ما هو Covered Call Calculator؟

Covered Call Calculator هو إضافة Chrome تم تطويرها بواسطة Mike Veilleux، والميزة الرئيسية لها هي "Investing with options couldn't be easier with this Covered Call Calculator.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Covered Call Calculator

قم بتنزيل ملفات الامتداد Covered Call Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Covered Call Calculator Covered Call Calculator
ID bnokcaigbkipbpgnbdlohikcfkcjhjof
عنوان URL الرسمي https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof
الوصف Investing with options couldn't be easier with this Covered Call Calculator.
حجم الملف 254 KB
عدد التثبيتات 18
النسخة الحالية 0.2.5
آخر تحديث 2017-01-02
تاريخ النشر 2017-01-02
المطور Mike Veilleux
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}