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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://itribe.in, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης iTribe: Live Stock Market News

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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\/;"
}