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
官方網址 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'"
}