Tribe

Invest better and together with Tribe

Co to jest Tribe?

Tribe to rozszerzenie Chrome opracowane przez dhanamapp, a jego główną funkcją jest „Invest better and together with Tribe”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Tribe

Pobierz pliki rozszerzeń Tribe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
Oficjalny URL https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
Opis Invest better and together with Tribe
Rozmiar pliku 670 KB
Liczba instalacji 53
Aktualna Wersja 1.0.11
Ostatnia Aktualizacja 2022-12-12
Data Publikacji 2021-10-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper dhanamapp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://investwithtribe.com
Adres URL Strony Polityki Prywatności https://expert.investwithtribe.com/privacy
Obsługiwane Języki 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'"
}