Tribe

Invest better and together with Tribe

ما هو Tribe؟

Tribe هو إضافة Chrome تم تطويرها بواسطة dhanamapp، والميزة الرئيسية لها هي "Invest better and together with Tribe".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Tribe

قم بتنزيل ملفات الامتداد Tribe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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'"
}