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文件

下載RoundUp.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}