Pulse by Zerodha

Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place

Pulse by Zerodhaคืออะไร?

Pulse by Zerodha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rainmatter / Zerodha และคุณลักษณะหลักของมันคือ "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pulse by Zerodha

ดาวน์โหลดไฟล์ส่วนขยาย Pulse by Zerodha ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Indian business, market, and finance news aggregated from all major news sources in realtime in one place.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pulse by Zerodha Pulse by Zerodha
ID bjclahdopnlbobebbaomknljkkcljfmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pulse-by-zerodha/bjclahdopnlbobebbaomknljkkcljfmp
คำอธิบาย Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place
ขนาดไฟล์ 8.15 KB
จำนวนการติดตั้ง 10,721
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2021-04-10
วันที่เผยแพร่ 2018-04-12
คะแนน 4.67/5 รวมทั้งหมด 96 คะแนน
ผู้พัฒนา Rainmatter / Zerodha
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pulse.zerodha.com
URL หน้าช่วยเหลือ https://support.zerodha.com
URL หน้านโยบายความเป็นส่วนตัว https://zerodha.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pulse by Zerodha",
    "description": "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place",
    "version": "1.3.1",
    "offline_enabled": false,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/pulseicon48.png"
    },
    "icons": {
        "16": "images\/pulseicon16.png",
        "48": "images\/pulseicon48.png",
        "128": "images\/pulseicon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/pulse.zerodha.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}