Tribe

Invest better and together with Tribe

Tribe क्या है?

Tribe dhanamapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Invest better and together with Tribe"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tribe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}