Webbtree Talent Source Extension

Extension to Grab/Add candidate profiles to Webbtree Application

Vad är Webbtree Talent Source Extension?

Webbtree Talent Source Extension är en Chrome-tillägg utvecklad av Webbtree, och dess huvudfunktion är "Extension to Grab/Add candidate profiles to Webbtree Application".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Webbtree Talent Source Extension-förlängningens CRX-fil

Ladda ner Webbtree Talent Source Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Webbtree Talent Source Extension Webbtree Talent Source Extension
ID jlmhleoipeloancgdilegcelojacmpcm
Officiell webbadress https://chromewebstore.google.com/detail/webbtree-talent-source-ex/jlmhleoipeloancgdilegcelojacmpcm
Beskrivning Extension to Grab/Add candidate profiles to Webbtree Application
Filstorlek 2.56 MB
Antal Installationer 732
Aktuell Version 8.4.0
Senast Uppdaterad 2024-01-03
Publiceringsdatum 2020-12-22
Betyg 4.84/5 Totalt 31 Betyg
Utvecklare Webbtree
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://webbtree.com
Hjälpsida URL https://webbtree.freshdesk.com/support/home
URL till Sekretesspolicy Sidan https://webbtree.com/privacy-policy
Stödda Språk 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'"
    }
}