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
官方URL 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'"
    }
}