Dividend Yield Calculator
This extension calculates the current dividend yield for a stock based on the price purchased.
What is Dividend Yield Calculator?
Dividend Yield Calculator is a Chrome extension developed by akumacukpo, and its main feature is "This extension calculates the current dividend yield for a stock based on the price purchased.".
Extension Screenshots
Download Dividend Yield Calculator Extension CRX File
Download Dividend Yield Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Calculate current yield on a stock you purchased.
Extension Basic Information
Name | Dividend Yield Calculator |
ID | pbdnfpmdpahnfenkmfdahjmfkdmifmcb |
Official URL | https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb |
Description | This extension calculates the current dividend yield for a stock based on the price purchased. |
File Size | 15.76 KB |
Installation Count | 27 |
Current Version | 0.0.0.3 |
Last Updated | 2023-08-09 |
Publish Date | 2017-09-04 |
Rating | 4.00/5 Total 1 Ratings |
Developer | akumacukpo |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |