Webbtree Talent Source Extension

Extension to Grab/Add candidate profiles to Webbtree Application

Co je Webbtree Talent Source Extension?

Webbtree Talent Source Extension je rozšíření Chrome vyvinuté Webbtree, a jeho hlavní funkcí je „Extension to Grab/Add candidate profiles to Webbtree Application“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Webbtree Talent Source Extension

Stáhněte si soubory rozšíření Webbtree Talent Source Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Webbtree Talent Source Extension Webbtree Talent Source Extension
ID jlmhleoipeloancgdilegcelojacmpcm
Oficiální URL https://chromewebstore.google.com/detail/webbtree-talent-source-ex/jlmhleoipeloancgdilegcelojacmpcm
Popis Extension to Grab/Add candidate profiles to Webbtree Application
Velikost souboru 2.56 MB
Počet instalací 732
Aktuální Verze 8.4.0
Poslední Aktualizace 2024-01-03
Datum Vydání 2020-12-22
Hodnocení 4.84/5 Celkem 31 Hodnocení
Vývojář Webbtree
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://webbtree.com
URL Stránky Nápovědy https://webbtree.freshdesk.com/support/home
URL Stránky Zásad Ochrany Soukromí https://webbtree.com/privacy-policy
Podporované Jazyky 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'"
    }
}