FriendWork Recruiter - CV import

Instant CV import from job search websites and social networks is now available in recruiting management service FriendWork.

FriendWork Recruiter - CV importとは何ですか?

FriendWork Recruiter - CV importはhttps://friend.workによって開発されたChromeの拡張機能で、その主な機能は「Instant CV import from job search websites and social networks is now available in recruiting management service FriendWork.」です。

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

screenshot
screenshot

FriendWork Recruiter - CV import拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        It is a magic button that helps you to import CVs to your database. If the candidate is already there, the extension will offer you to combine duplicates without leaving the job search website. You can select a vacancy in the system to add a new candidate to and save your choice for further imports.

https://friend.work                    

拡張機能の基本情報

名前 FriendWork Recruiter - CV import FriendWork Recruiter - CV import
ID lmajkdcdknelgehdmcldckonhndcodco
公式URL https://chromewebstore.google.com/detail/friendwork-recruiter-cv-i/lmajkdcdknelgehdmcldckonhndcodco
説明 Instant CV import from job search websites and social networks is now available in recruiting management service FriendWork.
ファイルサイズ 1022 KB
インストール数 6,671
現在のバージョン 5.0.35
最終更新日 2023-12-05
公開日 2020-05-26
評価 4.56/5 合計 9 レビュー
開発者 https://friend.work
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://friend.work
プライバシーポリシーページのURL https://friend.work/politika
対応言語 en,ru
manifest.json
{
    "name": "__MSG_appName__",
    "version": "5.0.35",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/friendwork.ru\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "web_accessible_resources": [
        "fonts\/*",
        "icons\/*"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "FriendWork Recruiter Import",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Starting import into FriendWork Recruiter"
        }
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}