RecruiterExtension

This is a sample extension that works to help recruiting

ما هو RecruiterExtension؟

RecruiterExtension هو إضافة Chrome تم تطويرها بواسطة suket.s16، والميزة الرئيسية لها هي "This is a sample extension that works to help recruiting".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة RecruiterExtension

قم بتنزيل ملفات الامتداد RecruiterExtension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        RecruiterPlus aims to automate the recruiting practice. By integrating with Linkedin XRay, this chrome extension provides high quality and accurate recommendations for people one should reach out to in order to get their next big job. 

Features
 - Automatically find potential future connections for a role
 - Have personalized search results based on your experience 
 - Completely Free                    

معلومات أساسية عن التمديد

الاسم RecruiterExtension RecruiterExtension
ID gpeeahfkpkinldndkiihnjgpegiccgcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/recruiterextension/gpeeahfkpkinldndkiihnjgpegiccgcc
الوصف This is a sample extension that works to help recruiting
حجم الملف 270 KB
عدد التثبيتات 24
النسخة الحالية 5.0.4
آخر تحديث 2023-03-02
تاريخ النشر 2023-03-01
المطور suket.s16
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This is a sample extension that works to help recruiting",
    "version": "5.0.4",
    "manifest_version": 3,
    "name": "RecruiterExtension",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}