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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}