Talentful.ai

The most powerful sourcing tool for hiring developers.

Was ist Talentful.ai?

Talentful.ai ist eine Chrome-Erweiterung, die von http://talentful.ai entwickelt wurde, und ihr Hauptmerkmal ist "The most powerful sourcing tool for hiring developers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Talentful.ai-Erweiterungs-CRX-Datei herunterladen

Laden Sie Talentful.ai-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Talentful.ai is the most powerful sourcing tool for hiring great software developers, fast. We leverage machine learning and real-time public data to predict the match between complex job requirements and candidates' skills. Talentful.ai can enhance all three major hiring channels:  direct sourcing,  employee referral, and inbound applications. This Chrome Extension leverages our AI engine and real-time analysis engine to add an insight overlay for Linkedin.com's profile page. With this extension, users can view instant analyses of individuals' experience and skills related to software development. This extension also works seamlessly with Talentful's sourcing tools. To learn more about our tools, please visit https://www.talentful.ai                    

Grundlegende Informationen zur Erweiterung

Name Talentful.ai Talentful.ai
ID nnokhijnbnblkbbjdmibdohggihfaonc
Offizielle URL https://chrome.google.com/webstore/detail/talentfulai/nnokhijnbnblkbbjdmibdohggihfaonc
Beschreibung The most powerful sourcing tool for hiring developers.
Dateigröße 99.21 KB
Installationsanzahl 88
Aktuelle Version 1.0.3
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler http://talentful.ai
Zahlungsart free
Erweiterungswebsite https://www.talentful.ai
Hilfeseite URL https://app.talentful.ai/howto
Unterstützte Sprachen en-US
manifest.json
{
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "name": "Talentful.ai",
    "description": "The most powerful sourcing tool for hiring developers.",
    "version": "1.0.3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "split",
    "web_accessible_resources": [
        "html\/*",
        "css\/*",
        "js\/*",
        "images\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content_linkedin.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "*:\/\/app.talentful.ai\/",
        "*:\/\/app.talentful.io\/",
        "*:\/\/localhost\/",
        "webRequest"
    ]
}