RecruitEx

Chrome extension for recruiters

ما هو RecruitEx؟

RecruitEx هو إضافة Chrome تم تطويرها بواسطة Artem Bosniak، والميزة الرئيسية لها هي "Chrome extension for recruiters".

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

screenshot
screenshot

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

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

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

                        RecruitEx is a Chrome extension that helps send templated messages over LinkedIn.
You will never type the incorrect name of your possible candidate, as the template would be filled automatically with the name opened in the chat or connects.                    

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

الاسم RecruitEx RecruitEx
ID bpepnldejpbbhooofgclkhghkgkjflpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi
الوصف Chrome extension for recruiters
حجم الملف 1.8 MB
عدد التثبيتات 50
النسخة الحالية 0.3.2
آخر تحديث 2022-07-27
تاريخ النشر 2022-02-16
تقييم 5.00/5 مجموع تقييمات 3
المطور Artem Bosniak
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecruitEx",
    "description": "Chrome extension for recruiters",
    "version": "0.3.2",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css",
                "\/uikit.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/templatesView.html",
                "\/shortcutView.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}