RoundUp.ai
The Best Hiring Decisions are a Team Effort
Cos'è RoundUp.ai?
RoundUp.ai è un'estensione di Chrome sviluppata da https://www.roundup.ai, e la sua funzione principale è "The Best Hiring Decisions are a Team Effort".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RoundUp.ai
Scarica i file di estensione RoundUp.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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].
Informazioni di Base sull'Estensione
Nome | RoundUp.ai |
ID | ipjpgfnglegpkpkeoddojccalkgmkpbb |
URL Ufficiale | https://chromewebstore.google.com/detail/roundupai/ipjpgfnglegpkpkeoddojccalkgmkpbb |
Descrizione | The Best Hiring Decisions are a Team Effort |
Dimensione del File | 1.09 MB |
Conteggio Installazioni | 76 |
Versione Corrente | 0.2.3 |
Ultimo Aggiornamento | 2021-07-29 |
Data di Pubblicazione | 2021-06-02 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.roundup.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.roundup.ai/ |
URL della Pagina della Politica sulla Privacy | https://www.roundup.ai/privacy |
Lingue Supportate | 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 } } |