Tribe

Invest better and together with Tribe

O que é Tribe?

Tribe é uma extensão do Chrome desenvolvida por dhanamapp, e sua principal característica é "Invest better and together with Tribe".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Tribe

Baixe arquivos de extensão Tribe 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

                        Using this extension users can directly log their stock leads with from their trading screeners instead of switching out to tribe and maintaining the same.                    

Informações Básicas da Extensão

Nome Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
URL Oficial https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
Descrição Invest better and together with Tribe
Tamanho do Arquivo 670 KB
Contagem de Instalações 53
Versão Atual 1.0.11
Última Atualização 2022-12-12
Data de Publicação 2021-10-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor dhanamapp
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://investwithtribe.com
URL da Página de Política de Privacidade https://expert.investwithtribe.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "index.html"
    ],
    "version": "1.0.11",
    "manifest_version": 2,
    "name": "Tribe",
    "description": "Invest better and together with Tribe",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/kite.zerodha.com\/",
                "https:\/\/in.tradingview.com\/",
                "https:\/\/sensibull.com\/"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/expert.investwithtribe.com\/api\/",
        "cookies",
        "*:\/\/*\/*",
        "api.whatsapp.com",
        "https:\/\/telegram.me"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}