RoundUp.ai

The Best Hiring Decisions are a Team Effort

Wat is RoundUp.ai?

RoundUp.ai is een Chrome-extensie ontwikkeld door https://www.roundup.ai, en de belangrijkste functie is "The Best Hiring Decisions are a Team Effort".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RoundUp.ai

Download RoundUp.ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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].                    

Basisinformatie over de Extensie

Naam RoundUp.ai RoundUp.ai
ID ipjpgfnglegpkpkeoddojccalkgmkpbb
Officiële URL https://chromewebstore.google.com/detail/roundupai/ipjpgfnglegpkpkeoddojccalkgmkpbb
Beschrijving The Best Hiring Decisions are a Team Effort
Bestandsgrootte 1.09 MB
Aantal Installaties 76
Huidige Versie 0.2.3
Laatst Bijgewerkt 2021-07-29
Publicatiedatum 2021-06-02
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.roundup.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.roundup.ai/
URL van de Privacybeleid Pagina https://www.roundup.ai/privacy
Ondersteunde Talen 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
    }
}