Covered Call Calculator

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

Covered Call Calculator là gì?

Covered Call Calculator là một tiện ích mở rộng Chrome được phát triển bởi Mike Veilleux, và tính năng chính của nó là "Investing with options couldn't be easier with this Covered Call Calculator.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Covered Call Calculator

Tải xuống các tệp mở rộng Covered Call Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Covered Call Calculator Covered Call Calculator
ID bnokcaigbkipbpgnbdlohikcfkcjhjof
URL Chính Thức https://chromewebstore.google.com/detail/covered-call-calculator/bnokcaigbkipbpgnbdlohikcfkcjhjof
Mô tả Investing with options couldn't be easier with this Covered Call Calculator.
Kích Thước Tệp 254 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2017-01-02
Ngày Phát Hành 2017-01-02
Nhà Phát Triển Mike Veilleux
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}