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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 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
Eメール [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"
        ]
    }
}