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…

Was ist iTribe: Live Stock Market News?

iTribe: Live Stock Market News ist eine Chrome-Erweiterung, die von https://itribe.in entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

iTribe: Live Stock Market News-Erweiterungs-CRX-Datei herunterladen

Laden Sie iTribe: Live Stock Market News-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name iTribe: Live Stock Market News iTribe: Live Stock Market News
ID lpkeebafkmjhfgldgdignoohimpopbce
Offizielle URL https://chromewebstore.google.com/detail/itribe-live-stock-market/lpkeebafkmjhfgldgdignoohimpopbce
Beschreibung 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…
Dateigröße 4.4 MB
Installationsanzahl 820
Aktuelle Version 1.0.3
Letztes Update 2022-03-11
Veröffentlichungsdatum 2022-01-14
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://itribe.in
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://itribe.in
Hilfeseite URL https://itribe.in
URL der Datenschutzrichtlinien-Seite https://l.itribe.in/e/privacypolicy
Unterstützte Sprachen 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\/;"
}