Dividend Yield Calculator

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

什麼是Dividend Yield Calculator?

Dividend Yield Calculator是由akumacukpo開發的Chrome擴展程式,該擴展的主要功能是“This extension calculates the current dividend yield for a stock based on the price purchased.”。

擴展截圖

screenshot

下載Dividend Yield Calculator擴展crx文件

下載Dividend Yield Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Calculate current yield on a stock you purchased.                    

擴展基本資訊

名稱 Dividend Yield Calculator Dividend Yield Calculator
ID pbdnfpmdpahnfenkmfdahjmfkdmifmcb
官方網址 https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb
簡介 This extension calculates the current dividend yield for a stock based on the price purchased.
檔案大小 15.76 KB
安裝次數 27
目前版本 0.0.0.3
更新時間 2023-08-09
上架時間 2017-09-04
評分 4.00/5 共 1 次評分
開發者 akumacukpo
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}