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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dhruv Mehta และคุณลักษณะหลักของมันคือ "This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moneycontrol Digest

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}