Tribe

Invest better and together with Tribe

Apa itu Tribe?

Tribe adalah ekstensi Chrome yang dikembangkan oleh dhanamapp, dan fitur utamanya adalah "Invest better and together with Tribe".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Tribe

Unduh file ekstensi Tribe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
URL Resmi https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
Deskripsi Invest better and together with Tribe
Ukuran File 670 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0.11
Terakhir Diperbarui 2022-12-12
Tanggal Publikasi 2021-10-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang dhanamapp
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://investwithtribe.com
URL Halaman Kebijakan Privasi https://expert.investwithtribe.com/privacy
Bahasa yang Didukung 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'"
}