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…

什么是Moneycontrol Digest?

Moneycontrol Digest是由Dhruv Mehta开发的Chrome扩展程序,该扩展的主要功能是“This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…”。

扩展截图

screenshot

下载Moneycontrol Digest扩展crx文件

下载Moneycontrol Digest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Moneycontrol Digest Moneycontrol Digest
ID akjnfajmplcgciafnogljbehhnfhmiph
官方URL https://chromewebstore.google.com/detail/moneycontrol-digest/akjnfajmplcgciafnogljbehhnfhmiph
简介 This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…
文件大小 5.42 KB
安装次数 474
当前版本 2.2
更新时间 2024-02-27
上架时间 2022-02-20
评分 4.79/5 共14次评分
开发者 Dhruv Mehta
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1g7x30ZtjUWLi1Elibza9tc8M65wMy_aKJ2K9Yz8Ikb8/edit?usp=sharing
支持的语言 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"
            ]
        }
    ]
}