RoundUp.ai

The Best Hiring Decisions are a Team Effort

Qu'est-ce que RoundUp.ai ?

RoundUp.ai est une extension Chrome développée par https://www.roundup.ai, et sa fonction principale est "The Best Hiring Decisions are a Team Effort".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RoundUp.ai

Téléchargez les fichiers d'extension RoundUp.ai 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

                        To help simplify the decision-making process following rounds of interviews, we introduce RoundUp, a new video interview collaboration tool for every team.

With a simple install to your Google Meet, RoundUp invites you to host hiring interviews, let team members post and share interview evaluations inside the extension, then round up everyone's comments in a single dashboard - all to help you reach the best hiring decision, efficiently, collectively.

[How it works]
1. Click on 'Add to Chrome' above and install to your Google Meet. 
2. Open up RoundUp inside Google Meet during the interview and leave notes. Hit submit.
3. Review everyone's comments in the Dashboard site. 

Questions? Feedback? Visit https://www.roundup.ai or reach out to us on [email protected].                    

Informations de Base sur l'Extension

Nom RoundUp.ai RoundUp.ai
ID ipjpgfnglegpkpkeoddojccalkgmkpbb
URL Officiel https://chromewebstore.google.com/detail/roundupai/ipjpgfnglegpkpkeoddojccalkgmkpbb
Description The Best Hiring Decisions are a Team Effort
Taille du Fichier 1.09 MB
Nombre d'Installations 76
Version Actuelle 0.2.3
Dernière Mise à Jour 2021-07-29
Date de Publication 2021-06-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.roundup.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.roundup.ai/
URL de la Page de Politique de Confidentialité https://www.roundup.ai/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RoundUp.ai",
    "version": "0.2.3",
    "description": "The Best Hiring Decisions are a Team Effort",
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/*",
        "fonts\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    }
}