RecruitEx

Chrome extension for recruiters

RecruitExคืออะไร?

RecruitEx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Artem Bosniak และคุณลักษณะหลักของมันคือ "Chrome extension for recruiters"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RecruitEx

ดาวน์โหลดไฟล์ส่วนขยาย RecruitEx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}