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是由Rainmatter / Zerodha開發的Chrome擴展程式,該擴展的主要功能是“Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place”。
擴展截圖
下載Pulse by Zerodha擴展crx文件
下載Pulse by Zerodha擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Indian business, market, and finance news aggregated from all major news sources in realtime in one place. 擴展基本資訊
| 名稱 | |
| ID | bjclahdopnlbobebbaomknljkkcljfmp |
| 官方網址 | 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"
]
}
} | |