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…

O que é iTribe: Live Stock Market News?

iTribe: Live Stock Market News é uma extensão do Chrome desenvolvida por https://itribe.in, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iTribe: Live Stock Market News

Baixe arquivos de extensão iTribe: Live Stock Market News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome iTribe: Live Stock Market News iTribe: Live Stock Market News
ID lpkeebafkmjhfgldgdignoohimpopbce
URL Oficial https://chromewebstore.google.com/detail/itribe-live-stock-market/lpkeebafkmjhfgldgdignoohimpopbce
Descrição 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…
Tamanho do Arquivo 4.4 MB
Contagem de Instalações 820
Versão Atual 1.0.3
Última Atualização 2022-03-11
Data de Publicação 2022-01-14
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://itribe.in
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://itribe.in
URL da Página de Ajuda https://itribe.in
URL da Página de Política de Privacidade https://l.itribe.in/e/privacypolicy
Idiomas Suportados 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\/;"
}