Tribe

Invest better and together with Tribe

Tribe란 무엇입니까?

Tribe은(는) dhanamapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invest better and together with Tribe"입니다.

확장 프로그램 스크린샷

Tribe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}