PlentyPlan Dividend Extension for Robinhood

This extension shows your dividend yield when you login in to Robinhood.com. Some people prefer to measure their investing success…

PlentyPlan Dividend Extension for Robinhood क्या है?

PlentyPlan Dividend Extension for Robinhood https://www.plentyplan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows your dividend yield when you login in to Robinhood.com. Some people prefer to measure their investing success…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PlentyPlan Dividend Extension for Robinhood एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension shows your dividend yield when you login in to Robinhood.com. Some people prefer to measure their investing success by dividend payouts rather than today's market fluctuations. Robinhood's homescreen displays your current portfolio value and the day's change in value, but it does not display any information on recent dividends. This plugin reads Robinhood's dividend history, and computes the total over the last 30 days, 90 days, and last year. It then computes the effective dividend yield from that, both on current account balance as well as on principal invested.                    

एक्सटेंशन की मूल जानकारी

नाम PlentyPlan Dividend Extension for Robinhood PlentyPlan Dividend Extension for Robinhood
ID blhbfgmffophjibmbonfhpoebnoammko
आधिकारिक URL https://chrome.google.com/webstore/detail/plentyplan-dividend-exten/blhbfgmffophjibmbonfhpoebnoammko
विवरण This extension shows your dividend yield when you login in to Robinhood.com. Some people prefer to measure their investing success…
फ़ाइल का आकार 103 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2019-06-28
प्रकाशन तिथि 2019-06-28
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.plentyplan.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlentyPlan Dividend Extension for Robinhood",
    "version": "1.0.0.0",
    "permissions": [
        "storage",
        "tabs",
        "declarativeContent",
        "*:\/\/*.robinhood.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robinhood.com\/"
            ],
            "js": [
                "content.js",
                "jquery-3.4.1.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "64": "icon-64x64.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    }
}