Olivia For Recruiters

Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.

Olivia For Recruitersคืออะไร?

Olivia For Recruiters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paradox.ai และคุณลักษณะหลักของมันคือ "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week."

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

screenshot
screenshot

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

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

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

                        Olivia is an AI Assistant built to help you reach out to your candidates (among other things!).

Just right-click on any phone number and then click on "Chat on WhatsApp" and you'll be directed to a WhatsApp chat with the selected number! 

Feel free to reach out if you have any questions!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Olivia For Recruiters Olivia For Recruiters
ID ldcjdglgbpfldnfebjkejpppfiedkkec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/olivia-for-recruiters/ldcjdglgbpfldnfebjkejpppfiedkkec
คำอธิบาย Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
ขนาดไฟล์ 53.76 KB
จำนวนการติดตั้ง 1,162
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-05-10
วันที่เผยแพร่ 2021-12-09
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Paradox.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.paradox.ai/olivia-for-recruiters
URL หน้านโยบายความเป็นส่วนตัว https://www.paradox.ai/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "manifest_version": 3,
    "name": "Olivia For Recruiters",
    "description": "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.",
    "action": {
        "default_title": "Olivia For Recruiters",
        "default_icon": {
            "19": "images\/enzo_24x24.png",
            "38": "images\/enzo_24x24.png"
        }
    },
    "icons": {
        "16": "images\/enzo_24x24.png",
        "48": "images\/enzo_24x24.png",
        "128": "images\/enzo_24x24.png"
    },
    "background": {
        "service_worker": "background-scripts\/index.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ]
}