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
Eメール [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'"
}