Webbtree Talent Source Extension

Extension to Grab/Add candidate profiles to Webbtree Application

什麼是Webbtree Talent Source Extension?

Webbtree Talent Source Extension是由Webbtree開發的Chrome擴展程式,該擴展的主要功能是“Extension to Grab/Add candidate profiles to Webbtree Application”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Webbtree Talent Source Extension擴展crx文件

下載Webbtree Talent Source Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Find the best candidate from across the web with a simple search. Built for both Individual ​recruiters and enterprises. Webbtree Talent Source Extension helps recruiters to find, attract, and engage with the best job candidates

- Webbtree’s AI engine is a network of knowledge that stores data on jobs, skills, companies, industries, people, places and more. This enables us to identify the right talent and showcase them to you from across the web. We also make searching on other platforms smarter.
- Extract talent information with one click from job boards and drop them into your talent pipelines.
- Enrich candidate profiles for missing details.
- Create outreach emails campaigns to engage with passive candidates.
- Maintain notes and call logs to maintain a record of your correspondence.
- Helps you organise your sourcing and recruiting activity.
- A talent pipeline management flow designed to encourage proactive recruitment instead of reactive.                    

擴展基本資訊

名稱 Webbtree Talent Source Extension Webbtree Talent Source Extension
ID jlmhleoipeloancgdilegcelojacmpcm
官方網址 https://chromewebstore.google.com/detail/webbtree-talent-source-ex/jlmhleoipeloancgdilegcelojacmpcm
簡介 Extension to Grab/Add candidate profiles to Webbtree Application
檔案大小 2.56 MB
安裝次數 732
目前版本 8.4.0
更新時間 2024-01-03
上架時間 2020-12-22
評分 4.84/5 共 31 次評分
開發者 Webbtree
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webbtree.com
說明頁面URL https://webbtree.freshdesk.com/support/home
隱私政策頁面URL https://webbtree.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webbtree Talent Source Extension",
    "version": "8.4.0",
    "description": "Extension to Grab\/Add candidate profiles to Webbtree Application",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Webbtree",
        "default_icon": {
            "16": "\/images\/logo\/logo-without-text\/webbtree-logo-16.png",
            "32": "\/images\/logo\/logo-without-text\/webbtree-logo-32.png",
            "48": "\/images\/logo\/logo-without-text\/webbtree-logo-48.png",
            "64": "\/images\/logo\/logo-without-text\/webbtree-logo-64.png",
            "128": "\/images\/logo\/logo-without-text\/webbtree-logo-128.png"
        },
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/images\/logo\/logo-without-text\/webbtree-logo-16.png",
        "32": "\/images\/logo\/logo-without-text\/webbtree-logo-32.png",
        "48": "\/images\/logo\/logo-without-text\/webbtree-logo-48.png",
        "64": "\/images\/logo\/logo-without-text\/webbtree-logo-64.png",
        "128": "\/images\/logo\/logo-without-text\/webbtree-logo-128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "html\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/beta.webbtree.com\/*",
        "https:\/\/angel.co\/*",
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/www.linkedin.com\/pub\/*",
        "https:\/\/linkedin.com\/recruiter\/*",
        "https:\/\/www.linkedin.com\/talent\/profile\/*",
        "https:\/\/www.linkedin.com\/talent\/search\/profile\/*",
        "https:\/\/rms.naukri.com\/*",
        "https:\/\/github.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/stackoverflow.com\/users\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/resdex.naukri.com\/*",
        "https:\/\/www.careerbuilder.co.in\/*",
        "https:\/\/www.linkedin.com\/talent\/hire\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.beta.webbtree.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' 'unsafe-eval' https:\/\/d2r1yp2w7bby2u.cloudfront.net\/js\/a.js http:\/\/static.clevertap.com\/js\/a.js https:\/\/wzrkt.com\/a 'unsafe-inline'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/d2r1yp2w7bby2u.cloudfront.net\/js\/a.js' 'http:\/\/static.clevertap.com\/js\/a.js' 'https:\/\/wzrkt.com\/a'; object-src 'self'"
    }
}