RoundUp.ai

The Best Hiring Decisions are a Team Effort

RoundUp.ai란 무엇입니까?

RoundUp.ai은(는) https://www.roundup.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Best Hiring Decisions are a Team Effort"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

RoundUp.ai 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 RoundUp.ai RoundUp.ai
ID ipjpgfnglegpkpkeoddojccalkgmkpbb
공식 URL https://chromewebstore.google.com/detail/roundupai/ipjpgfnglegpkpkeoddojccalkgmkpbb
설명 The Best Hiring Decisions are a Team Effort
파일 크기 1.09 MB
설치 횟수 76
현재 버전 0.2.3
최근 업데이트 2021-07-29
출시 날짜 2021-06-02
평점 5.00/5 총 4 개의 평점
개발자 https://www.roundup.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.roundup.ai/
개인정보 보호 정책 페이지 URL https://www.roundup.ai/privacy
지원되는 언어 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
    }
}