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…

O que é Moneycontrol Digest?

Moneycontrol Digest é uma extensão do Chrome desenvolvida por Dhruv Mehta, e sua principal característica é "This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Moneycontrol Digest

Baixe arquivos de extensão Moneycontrol Digest no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!!                    

Informações Básicas da Extensão

Nome Moneycontrol Digest Moneycontrol Digest
ID akjnfajmplcgciafnogljbehhnfhmiph
URL Oficial https://chromewebstore.google.com/detail/moneycontrol-digest/akjnfajmplcgciafnogljbehhnfhmiph
Descrição This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…
Tamanho do Arquivo 5.42 KB
Contagem de Instalações 474
Versão Atual 2.2
Última Atualização 2024-02-27
Data de Publicação 2022-02-20
Classificação 4.79/5 Total de 14 Avaliações
Desenvolvedor Dhruv Mehta
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/1g7x30ZtjUWLi1Elibza9tc8M65wMy_aKJ2K9Yz8Ikb8/edit?usp=sharing
Idiomas Suportados 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"
            ]
        }
    ]
}