TribeXYZ

Automated and seamless integration for sourcing on TRIBE.XYZ This Chrome extension automatically shows which profiles we have……

ما هو TribeXYZ؟

TribeXYZ هو إضافة Chrome تم تطويرها بواسطة Tribe.XYZ، والميزة الرئيسية لها هي "Automated and seamless integration for sourcing on TRIBE.XYZ This Chrome extension automatically shows which profiles we have……".

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

screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد TribeXYZ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Automated and seamless integration for sourcing on TRIBE.XYZ This Chrome extension automatically shows which profiles we have…
Automated and seamless integration for sourcing on TRIBE.XYZ

This Chrome extension automatically shows which profiles we have selected for you. You can easily evaluate the quality so we can improve our search.

You don’t have to manually check each person by going back and forwards between TRIBE.XYZ and other websites, you can just connect with new leads right away.                    

معلومات أساسية عن التمديد

الاسم TribeXYZ TribeXYZ
ID hpdljgcaglfpgdpkkkbimkocggbbgnjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/tribexyz/hpdljgcaglfpgdpkkkbimkocggbbgnjd
الوصف Automated and seamless integration for sourcing on TRIBE.XYZ This Chrome extension automatically shows which profiles we have……
حجم الملف 3.01 MB
عدد التثبيتات 137
النسخة الحالية 4.5.45
آخر تحديث 2023-12-12
تاريخ النشر 2020-10-01
تقييم 5.00/5 مجموع تقييمات 2
المطور Tribe.XYZ
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://overview.tribe.xyz/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TribeXYZ",
    "version": "4.5.45",
    "icons": {
        "16": "\/assets\/img\/redesign\/icons\/icon_16.png",
        "48": "\/assets\/img\/redesign\/icons\/icon_48.png",
        "128": "\/assets\/img\/redesign\/icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "scripting",
        "alarms",
        "downloads",
        "webRequest",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/",
        "*:\/\/meet.google.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background-loader.js"
    },
    "action": {
        "default_title": "TribeXYZ",
        "default_icon": "assets\/img\/redesign\/icons\/log_in.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/quill\/quill.core.js",
                "\/assets\/js\/quill\/quill.min.js",
                "\/assets\/js\/api_utils.js",
                "\/assets\/js\/content\/utils.js",
                "\/assets\/js\/content\/content_api.js",
                "\/assets\/js\/content\/login.js",
                "\/assets\/js\/components\/dropdown.js",
                "\/assets\/js\/components\/tabs.js",
                "\/assets\/js\/components\/discrete_buttons.js",
                "\/assets\/js\/components\/rate_buttons.js",
                "\/assets\/js\/components\/autocomplete_input.js",
                "\/assets\/js\/components\/read_more.js",
                "\/assets\/js\/content\/ai_feedback.js",
                "\/assets\/js\/content\/tribexyz_utils.js",
                "\/assets\/js\/content\/widget_utils.js",
                "\/assets\/js\/content\/first_message.js",
                "\/assets\/js\/content\/agreed_salary_popup.js",
                "\/assets\/js\/content\/cities5000.js",
                "\/assets\/js\/content\/screening_note.js",
                "\/assets\/js\/content\/share_candidate_view.js",
                "\/assets\/js\/content\/resume.js",
                "\/assets\/js\/content\/companies.js",
                "\/assets\/js\/content\/universities.js",
                "\/assets\/js\/content\/certifications.js",
                "\/assets\/js\/content\/candidates_utils.js",
                "\/assets\/js\/content\/linkedin_utils.js",
                "\/assets\/js\/content\/extra_information.js",
                "\/assets\/js\/content\/save_candidate.js",
                "\/assets\/js\/content\/send_viewed_candidate.js",
                "\/assets\/js\/content\/normal_widget.js",
                "\/assets\/js\/content\/recruiter_widget.js",
                "\/assets\/js\/content\/recruiter_pro_widget.js",
                "\/assets\/js\/content\/recruiter_mailbox_widget.js",
                "\/assets\/js\/content\/talent_mailbox_widget.js",
                "\/assets\/js\/content\/recruiter_search_result.js",
                "\/assets\/js\/content\/messages_widget.js",
                "\/assets\/js\/content\/email_account_utils.js",
                "\/assets\/js\/content\/gmail_widget.js",
                "\/assets\/js\/content\/outlook_widget.js",
                "\/assets\/js\/content\/content_script.js",
                "\/assets\/js\/content\/meeting_feedback_content_script.js"
            ],
            "css": [
                "assets\/css\/index.css",
                "assets\/css\/widget.css",
                "assets\/css\/page.css",
                "assets\/css\/first-message.css",
                "assets\/css\/screening-note.css",
                "assets\/css\/discreet-buttons.css",
                "assets\/css\/autocomplete-input.css",
                "assets\/css\/buttons.css",
                "assets\/css\/tabs.css",
                "assets\/css\/read-more.css",
                "assets\/css\/dropdown.css",
                "assets\/css\/candidates.css",
                "assets\/css\/resume.css",
                "assets\/css\/rate-buttons.css",
                "\/assets\/js\/quill\/quill.core.css",
                "\/assets\/js\/quill\/quill.snow.css",
                "\/assets\/js\/quill\/quill.bubble.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/mail.google.com\/mail\/*",
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "assets\/html\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/fonts\/*\/*.ttf",
                "\/assets\/html\/*.html",
                "\/assets\/img\/*.svg",
                "\/assets\/img\/*.png",
                "\/assets\/img\/redesign\/*.svg",
                "\/assets\/img\/redesign\/icons\/*.svg"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "808087465062-s862icn2g1s1q8u6bhcoeu64p18oq6pd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuyqFZzh20zoHIGo9ria06x0+nixPMV1\/noR1qIEZ4vLeFp4hMjkZN6WF4d\/Ueojxa+EcE7X1FkXy+1\/S6Bd2JfHFzEtStN+habrLmYMpLJYIavpRWINBtU5oy8g1DPnUTciGhINQdzUxoh7q2pi+SsnTpFUXXoXNMqjrEegfzM3n6p0vvMRFxMsUSGdltG+3byWszsLQ7TLxHegr8VtLcOI+3qjMOGHAW6NChJ7RRsp6JciNaI11sdeAJOXlOnIW9WNp2TGuZBTSIAnEUAngahKyFfzCYGH87HEAsIDsYxSQFYyTEsoDhgX5yGVm43N+\/fTZChU6AxGvqllo0BjkoQIDAQAB"
}