TribeXYZ

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

TribeXYZ là gì?

TribeXYZ là một tiện ích mở rộng Chrome được phát triển bởi Tribe.XYZ, và tính năng chính của nó là "Automated and seamless integration for sourcing on TRIBE.XYZ This Chrome extension automatically shows which profiles we have……".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TribeXYZ

Tải xuống các tệp mở rộng TribeXYZ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TribeXYZ TribeXYZ
ID hpdljgcaglfpgdpkkkbimkocggbbgnjd
URL Chính Thức https://chromewebstore.google.com/detail/tribexyz/hpdljgcaglfpgdpkkkbimkocggbbgnjd
Mô tả Automated and seamless integration for sourcing on TRIBE.XYZ This Chrome extension automatically shows which profiles we have……
Kích Thước Tệp 3.01 MB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 4.5.45
Cập Nhật Lần Cuối 2023-12-12
Ngày Phát Hành 2020-10-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tribe.XYZ
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://overview.tribe.xyz/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}