Pulse by Zerodha

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

Apa itu Pulse by Zerodha?

Pulse by Zerodha adalah ekstensi Chrome yang dikembangkan oleh Rainmatter / Zerodha, dan fitur utamanya adalah "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pulse by Zerodha

Unduh file ekstensi Pulse by Zerodha dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pulse by Zerodha Pulse by Zerodha
ID bjclahdopnlbobebbaomknljkkcljfmp
URL Resmi https://chromewebstore.google.com/detail/pulse-by-zerodha/bjclahdopnlbobebbaomknljkkcljfmp
Deskripsi Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place
Ukuran File 8.15 KB
Jumlah Instalasi 10,721
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2021-04-10
Tanggal Publikasi 2018-04-12
Penilaian 4.67/5 Total 96 Penilaian
Pengembang Rainmatter / Zerodha
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://pulse.zerodha.com
URL Halaman Bantuan https://support.zerodha.com
URL Halaman Kebijakan Privasi https://zerodha.com/privacy-policy
Bahasa yang Didukung 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"
        ]
    }
}