Dividend Yield Calculator

This extension calculates the current dividend yield for a stock based on the price purchased.

Dividend Yield Calculator là gì?

Dividend Yield Calculator là một tiện ích mở rộng Chrome được phát triển bởi akumacukpo, và tính năng chính của nó là "This extension calculates the current dividend yield for a stock based on the price purchased.".

Ả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 Dividend Yield Calculator

Tải xuống các tệp mở rộng Dividend Yield 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

                        Calculate current yield on a stock you purchased.                    

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

Tên Dividend Yield Calculator Dividend Yield Calculator
ID pbdnfpmdpahnfenkmfdahjmfkdmifmcb
URL Chính Thức https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb
Mô tả This extension calculates the current dividend yield for a stock based on the price purchased.
Kích Thước Tệp 15.76 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2023-08-09
Ngày Phát Hành 2017-09-04
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển akumacukpo
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": "Dividend Yield Calculator",
    "description": "This extension calculates the current dividend yield for a stock based on the price purchased.",
    "version": "0.0.0.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "tablescript.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon2.png",
        "48": "icon2.png",
        "128": "icon2.png"
    },
    "browser_action": {
        "default_title": "Dividend Yield Calculator.",
        "default_icon": "icon.png",
        "default_popup": "calculator.html"
    },
    "manifest_version": 2
}