Pulse by Zerodha
Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place
Was ist Pulse by Zerodha?
Pulse by Zerodha ist eine Chrome-Erweiterung, die von Rainmatter / Zerodha entwickelt wurde, und ihr Hauptmerkmal ist "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place".
Erweiterungsscreenshots
Pulse by Zerodha-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pulse by Zerodha-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Indian business, market, and finance news aggregated from all major news sources in realtime in one place. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bjclahdopnlbobebbaomknljkkcljfmp |
| Offizielle URL | https://chromewebstore.google.com/detail/pulse-by-zerodha/bjclahdopnlbobebbaomknljkkcljfmp |
| Beschreibung | Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place |
| Dateigröße | 8.15 KB |
| Installationsanzahl | 10,721 |
| Aktuelle Version | 1.3.1 |
| Letztes Update | 2021-04-10 |
| Veröffentlichungsdatum | 2018-04-12 |
| Bewertung | 4.67/5 Insgesamt 96 Bewertungen |
| Entwickler | Rainmatter / Zerodha |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://pulse.zerodha.com |
| Hilfeseite URL | https://support.zerodha.com |
| URL der Datenschutzrichtlinien-Seite | https://zerodha.com/privacy-policy |
| Unterstützte Sprachen | 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"
]
}
} | |