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是由https://roborecruiter.ai開發的Chrome擴展程式,該擴展的主要功能是“Engage your candidates en-masse! Send your candidates chatbot conversations so they can update their profiles for you.”。

擴展截圖

screenshot
screenshot
screenshot

下載Robo Chrome Extension擴展crx文件

下載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
官方網址 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"
    ]
}