Tribe

Invest better and together with Tribe

Tribeคืออะไร?

Tribe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dhanamapp และคุณลักษณะหลักของมันคือ "Invest better and together with Tribe"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tribe

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}