Robo Chrome Extension

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

Qu'est-ce que Robo Chrome Extension ?

Robo Chrome Extension est une extension Chrome développée par https://roborecruiter.ai, et sa fonction principale est "Engage your candidates en-masse! Send your candidates chatbot conversations so they can update their profiles for you.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Robo Chrome Extension

Téléchargez les fichiers d'extension Robo Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Robo Chrome Extension Robo Chrome Extension
ID dhlnjpikleenojnkgcdmjjfdhcjmdcfi
URL Officiel https://chromewebstore.google.com/detail/robo-chrome-extension/dhlnjpikleenojnkgcdmjjfdhcjmdcfi
Description Engage your candidates en-masse! Send your candidates chatbot conversations so they can update their profiles for you.
Taille du Fichier 1.79 MB
Nombre d'Installations 272
Version Actuelle 0.17.44
Dernière Mise à Jour 2022-09-18
Date de Publication 2019-07-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://roborecruiter.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.roborecruiter.ai/
URL de la Page de Politique de Confidentialité https://www.roborecruiter.ai/privacy-policy
Langues Prises en Charge 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"
    ]
}