Tribe

Invest better and together with Tribe

Wat is Tribe?

Tribe is een Chrome-extensie ontwikkeld door dhanamapp, en de belangrijkste functie is "Invest better and together with Tribe".

Extensie Screenshots

Download het CRX-bestand van de extensie Tribe

Download Tribe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
Officiële URL https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
Beschrijving Invest better and together with Tribe
Bestandsgrootte 670 KB
Aantal Installaties 53
Huidige Versie 1.0.11
Laatst Bijgewerkt 2022-12-12
Publicatiedatum 2021-10-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar dhanamapp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://investwithtribe.com
URL van de Privacybeleid Pagina https://expert.investwithtribe.com/privacy
Ondersteunde Talen 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'"
}