Pulse by Zerodha

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

What is Pulse by Zerodha?

Pulse by Zerodha is a Chrome extension developed by Rainmatter / Zerodha, and its main feature is "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place".

Extension Screenshots

screenshot

Download Pulse by Zerodha Extension CRX File

Download Pulse by Zerodha 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

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

Extension Basic Information

Name Pulse by Zerodha Pulse by Zerodha
ID bjclahdopnlbobebbaomknljkkcljfmp
Official URL https://chromewebstore.google.com/detail/pulse-by-zerodha/bjclahdopnlbobebbaomknljkkcljfmp
Description Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place
File Size 8.15 KB
Installation Count 10,721
Current Version 1.3.1
Last Updated 2021-04-10
Publish Date 2018-04-12
Rating 4.67/5 Total 96 Ratings
Developer Rainmatter / Zerodha
Email [email protected]
Payment Type free
Extension Website http://pulse.zerodha.com
Help Page URL https://support.zerodha.com
Privacy Policy Page URL https://zerodha.com/privacy-policy
Supported Languages 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"
        ]
    }
}