Webbtree Talent Source Extension

Extension to Grab/Add candidate profiles to Webbtree Application

Co to jest Webbtree Talent Source Extension?

Webbtree Talent Source Extension to rozszerzenie Chrome opracowane przez Webbtree, a jego główną funkcją jest „Extension to Grab/Add candidate profiles to Webbtree Application”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Webbtree Talent Source Extension

Pobierz pliki rozszerzeń Webbtree Talent Source Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Webbtree Talent Source Extension Webbtree Talent Source Extension
ID jlmhleoipeloancgdilegcelojacmpcm
Oficjalny URL https://chromewebstore.google.com/detail/webbtree-talent-source-ex/jlmhleoipeloancgdilegcelojacmpcm
Opis Extension to Grab/Add candidate profiles to Webbtree Application
Rozmiar pliku 2.56 MB
Liczba instalacji 732
Aktualna Wersja 8.4.0
Ostatnia Aktualizacja 2024-01-03
Data Publikacji 2020-12-22
Ocena 4.84/5 Łącznie 31 Oceny
Deweloper Webbtree
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://webbtree.com
Adres URL Strony Pomocy https://webbtree.freshdesk.com/support/home
Adres URL Strony Polityki Prywatności https://webbtree.com/privacy-policy
Obsługiwane Języki 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'"
    }
}