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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://friend.work และคุณลักษณะหลักของมันคือ "Instant CV import from job search websites and social networks is now available in recruiting management service FriendWork."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FriendWork Recruiter - CV import

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}