Talentful.ai

The most powerful sourcing tool for hiring developers.

Talentful.aiとは何ですか?

Talentful.aiはhttp://talentful.aiによって開発されたChromeの拡張機能で、その主な機能は「The most powerful sourcing tool for hiring developers.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Talentful.ai拡張機能のCRXファイルをダウンロード

Talentful.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Talentful.ai Talentful.ai
ID nnokhijnbnblkbbjdmibdohggihfaonc
公式URL https://chrome.google.com/webstore/detail/talentfulai/nnokhijnbnblkbbjdmibdohggihfaonc
説明 The most powerful sourcing tool for hiring developers.
ファイルサイズ 99.21 KB
インストール数 88
現在のバージョン 1.0.3
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 4 レビュー
開発者 http://talentful.ai
支払い方法 free
拡張機能のウェブサイト https://www.talentful.ai
ヘルプページのURL https://app.talentful.ai/howto
対応言語 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"
    ]
}