Moneycontrol Digest

This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…

What is Moneycontrol Digest?

Moneycontrol Digest is a Chrome extension developed by Dhruv Mehta, and its main feature is "This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…".

Extension Screenshots

screenshot

Download Moneycontrol Digest Extension CRX File

Download Moneycontrol Digest 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

                        This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and streamlined usage of the extension.
Now, as soon as you open the moneycontrol website, you will get a popup (like a post-it) on your screen which will give you a great summary of the page and important highlights of the market today. You can close the popup and drag it around. You can also click on the news articles on the popup and it will take you to the article on a new page.
Happy Trading!!                    

Extension Basic Information

Name Moneycontrol Digest Moneycontrol Digest
ID akjnfajmplcgciafnogljbehhnfhmiph
Official URL https://chromewebstore.google.com/detail/moneycontrol-digest/akjnfajmplcgciafnogljbehhnfhmiph
Description This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…
File Size 5.42 KB
Installation Count 474
Current Version 2.2
Last Updated 2024-02-27
Publish Date 2022-02-20
Rating 4.79/5 Total 14 Ratings
Developer Dhruv Mehta
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1g7x30ZtjUWLi1Elibza9tc8M65wMy_aKJ2K9Yz8Ikb8/edit?usp=sharing
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moneycontrol Digest",
    "version": "2.2",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.moneycontrol.com\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}