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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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