Tribe

Invest better and together with Tribe

Cos'è Tribe?

Tribe è un'estensione di Chrome sviluppata da dhanamapp, e la sua funzione principale è "Invest better and together with Tribe".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Tribe

Scarica i file di estensione Tribe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
URL Ufficiale https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
Descrizione Invest better and together with Tribe
Dimensione del File 670 KB
Conteggio Installazioni 53
Versione Corrente 1.0.11
Ultimo Aggiornamento 2022-12-12
Data di Pubblicazione 2021-10-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore dhanamapp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://investwithtribe.com
URL della Pagina della Politica sulla Privacy https://expert.investwithtribe.com/privacy
Lingue Supportate 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'"
}