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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant CV import from job search websites and social networks is now available in recruiting management service FriendWork."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FriendWork Recruiter - CV import एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}