XOR extension

The XOR Extension helps recruiters communicate with candidates from their ATS, job boards, or LinkedIn.

XOR extension là gì?

XOR extension là một tiện ích mở rộng Chrome được phát triển bởi XOR Inc., và tính năng chính của nó là "The XOR Extension helps recruiters communicate with candidates from their ATS, job boards, or LinkedIn.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XOR extension

Tải xuống các tệp mở rộng XOR extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The XOR Extension lets you recruit more efficiently by sending text and WhatsApp messages to candidates from any ATS, job board or website. Add candidates in bulk, create new campaigns, and schedule messages to increase response rates and shorten time-to-hire.

XOR is a modern communication platform that helps recruiting teams hire the best people more efficiently. We do it by equipping you with the tools to communicate over text messaging, WhatsApp, live chat, phone calls, and video to drive more engagement and use AI-powered chatbots to automate repetitive tasks like screening, scheduling, re-engagement, onboarding, and rehiring. Thousands of recruiters at Fortune 500 employers like IKEA, McDonald's, Mars, Exxon Mobil, and Manpower Group trust XOR to hire 33% faster, 50% more efficiently, and delight candidates with 90+ net promoter score.

✔️ Recruit and engage faster by sending personalized SMS, WhatsApp, and email campaigns to candidates and employees, and replying to incoming messages instantly.

✔️ Spend more time with your best candidates by automating candidate screening, scoring, and qualification using an AI-powered chatbot

✔️ Save time by automating advanced scheduling workflows with our AI-powered chatbot, which can check the calendars of multiple people within an organization for open time slots. This advanced scheduling workflow is available for Microsoft Outlook, Exchange, and Google Calendar, and can create events using a Zoom integration.

✔️ Increase conversions on your careers sites, job board postings, and job advertisements by embedding our live chat widget, engaging prospects conversationally, and automating workflows with our AI-chatbot.

✔️ Get more applicants by enabling candidates to apply over text message and QR codes, and automating responses using our AI-powered chatbot

✔️ Simplify communication by adding candidates to XOR in bulk and send messages to candidates right from your ATS using our browser extension

✔️ Quickly build new campaigns by organizing candidates using tags, and then filtering to create the right candidate lists.

✔️ Create more interest from prospects by hosting virtual career fairs, which are scheduled online events where you can chat with prospective employees. In addition to the chat space where conversations take place, you can create registration forms, landing pages, and career fair maps to direct candidates and engage visiting prospects over live chat, recorded video, or video conferencing.

✔️ See what’s working and what’s not when it comes to candidate communication by quickly building reports that show how many candidates have been messaged, qualified, and scheduled, and what communication apps were most effective in reaching them.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XOR extension XOR extension
ID aflpddgnaeceeanilcldbfbbbknbopci
URL Chính Thức https://chromewebstore.google.com/detail/xor-extension/aflpddgnaeceeanilcldbfbbbknbopci
Mô tả The XOR Extension helps recruiters communicate with candidates from their ATS, job boards, or LinkedIn.
Kích Thước Tệp 3.56 MB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.7.10
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2020-06-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển XOR Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.xor.ai/
URL Trang Chính Sách Bảo Mật https://www.xor.ai/xor-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XOR extension",
    "version": "1.7.10",
    "description": "The XOR Extension helps recruiters communicate with candidates from their ATS, job boards, or LinkedIn.",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "extensionStyle.css",
                "assets\/img\/16px.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background-es2016.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "nativeMessaging",
        "tabs",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.xor.ai\/*",
                "https:\/\/*.xorai.ru\/*"
            ],
            "css": [
                "extensionStyle.css"
            ],
            "js": [
                "tableParser.js",
                "mainScript.js",
                "mark.min.js",
                "phoneNumbersLib.js"
            ]
        }
    ],
    "action": [],
    "icons": {
        "16": "assets\/img\/16px.png",
        "48": "assets\/img\/48px.png",
        "128": "assets\/img\/128px.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}