TribeXYZ

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

TribeXYZとは何ですか?

TribeXYZはTribe.XYZによって開発されたChromeの拡張機能で、その主な機能は「Automated and seamless integration for sourcing on TRIBE.XYZ This Chrome extension automatically shows which profiles we have……」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

TribeXYZ拡張機能のCRXファイルをダウンロード

TribeXYZ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL 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"
}