Tribe

Invest better and together with Tribe

Co je Tribe?

Tribe je rozšíření Chrome vyvinuté dhanamapp, a jeho hlavní funkcí je „Invest better and together with Tribe“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Tribe

Stáhněte si soubory rozšíření Tribe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
Oficiální URL https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
Popis Invest better and together with Tribe
Velikost souboru 670 KB
Počet instalací 53
Aktuální Verze 1.0.11
Poslední Aktualizace 2022-12-12
Datum Vydání 2021-10-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář dhanamapp
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://investwithtribe.com
URL Stránky Zásad Ochrany Soukromí https://expert.investwithtribe.com/privacy
Podporované Jazyky 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'"
}