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.”。
扩展截图
下载Dividend Yield Calculator扩展crx文件
下载Dividend Yield Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculate current yield on a stock you purchased.
扩展基本信息
名称 | Dividend Yield Calculator |
ID | pbdnfpmdpahnfenkmfdahjmfkdmifmcb |
官方URL | 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": [ " |