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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में iTribe: Live Stock Market News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/;"
}