Tribe

Invest better and together with Tribe

什么是Tribe?

Tribe是由dhanamapp开发的Chrome扩展程序,该扩展的主要功能是“Invest better and together with Tribe”。

扩展截图

下载Tribe扩展crx文件

下载Tribe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
官方URL https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
简介 Invest better and together with Tribe
文件大小 670 KB
安装次数 53
当前版本 1.0.11
更新时间 2022-12-12
上架时间 2021-10-19
评分 5.00/5 共2次评分
开发者 dhanamapp
电子邮箱 [email protected]
付费类型 free
扩展官网 https://investwithtribe.com
隐私政策页面URL https://expert.investwithtribe.com/privacy
支持的语言 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'"
}