iTribe: Live Stock Market News

Get live updates of the Indian stock market as it happens. You can track movement in stock price since the news is posted. We will…

iTribe: Live Stock Market Newsとは何ですか?

iTribe: Live Stock Market Newsはhttps://itribe.inによって開発されたChromeの拡張機能で、その主な機能は「Get live updates of the Indian stock market as it happens. You can track movement in stock price since the news is posted. We will…」です。

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

screenshot

iTribe: Live Stock Market News拡張機能のCRXファイルをダウンロード

iTribe: Live Stock Market News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get live updates of the Indian stock market as it happens. You can track movement in stock price since the news is posted. We will notify you on the extension icon if there is any new news so that you will never miss any key updates.

The following type of news are covered
*  Stock market updates
*  Breaking news
*  Company results
*  Block deals
*  Corporate announcements
*  Covid news
*  Global market key updates
*  Daily FII and DII activity                    

拡張機能の基本情報

名前 iTribe: Live Stock Market News iTribe: Live Stock Market News
ID lpkeebafkmjhfgldgdignoohimpopbce
公式URL https://chromewebstore.google.com/detail/itribe-live-stock-market/lpkeebafkmjhfgldgdignoohimpopbce
説明 Get live updates of the Indian stock market as it happens. You can track movement in stock price since the news is posted. We will…
ファイルサイズ 4.4 MB
インストール数 820
現在のバージョン 1.0.3
最終更新日 2022-03-11
公開日 2022-01-14
評価 4.00/5 合計 4 レビュー
開発者 https://itribe.in
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://itribe.in
ヘルプページのURL https://itribe.in
プライバシーポリシーページのURL https://l.itribe.in/e/privacypolicy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iTribe: Live Stock Market News",
    "description": "",
    "version": "1.0.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "ITribe extension",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.googleapis.com https:\/\/*.itribe.in https:\/\/*.itribe.in:3500 https:\/\/apis.google.com https:\/\/*.apis.google.com https:\/\/*.firebasedatabase.app\/ wss:\/\/*.firebasedatabase.app\/; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/*.itribe.in https:\/\/*.itribe.in:3500 https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/*.googleapis.com https:\/\/*.apis.google.com https:\/\/*.firebasedatabase.app wss:\/\/*.firebasedatabase.app\/;"
}