Robo Chrome Extension

Engage your candidates en-masse! Send your candidates chatbot conversations so they can update their profiles for you.

Robo Chrome Extensionคืออะไร?

Robo Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://roborecruiter.ai และคุณลักษณะหลักของมันคือ "Engage your candidates en-masse! Send your candidates chatbot conversations so they can update their profiles for you."

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

screenshot
screenshot
screenshot

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

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

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

                        RoboRecruiter automates communication with candidates through SMS, Whatsapp and Chatbots.  The Chrome extension allows you to send predefined customized chat conversations to your candidates to update their profiles and express interest in particular jobs as well as key qualifications for those positions.  Special support for Indeed.com. Also special support for Bullhorn and JobAdder allows you to gather up-to-date info directly from the candidates via our chatbot server and update their records in Bullhorn and JobAdder.  You can get started for free and get going communicating with candidates through SMS.                    

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

ชื่อ Robo Chrome Extension Robo Chrome Extension
ID dhlnjpikleenojnkgcdmjjfdhcjmdcfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/robo-chrome-extension/dhlnjpikleenojnkgcdmjjfdhcjmdcfi
คำอธิบาย Engage your candidates en-masse! Send your candidates chatbot conversations so they can update their profiles for you.
ขนาดไฟล์ 1.79 MB
จำนวนการติดตั้ง 272
เวอร์ชันปัจจุบัน 0.17.44
อัปเดตครั้งล่าสุด 2022-09-18
วันที่เผยแพร่ 2019-07-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://roborecruiter.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.roborecruiter.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.roborecruiter.ai/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Robo Chrome Extension",
    "version": "0.17.44",
    "description": "Engage your candidates en-masse! Send your candidates chatbot conversations so they can update their profiles for you.",
    "author": "www.roborecruiter.ai",
    "short_name": "RoboRecruiter",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "background",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/robo-logo-36x25.png",
        "default_title": "RoboRecruiter"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/id.jobadder.com https:\/\/api-staging.roborecruiter.ai https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com ; object-src 'self'",
    "web_accessible_resources": [
        "pages\/panel.html",
        "pages\/jobvetModalWindow.html",
        "js\/content.js"
    ]
}