Tribe

Invest better and together with Tribe

Tribe là gì?

Tribe là một tiện ích mở rộng Chrome được phát triển bởi dhanamapp, và tính năng chính của nó là "Invest better and together with Tribe".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Tribe

Tải xuống các tệp mở rộng Tribe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tribe Tribe
ID ehonaeekglfcokgnhpfgmenamigjggba
URL Chính Thức https://chromewebstore.google.com/detail/tribe/ehonaeekglfcokgnhpfgmenamigjggba
Mô tả Invest better and together with Tribe
Kích Thước Tệp 670 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2022-12-12
Ngày Phát Hành 2021-10-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dhanamapp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://investwithtribe.com
URL Trang Chính Sách Bảo Mật https://expert.investwithtribe.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}